Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions libraries/src/Component/Router/Rules/MenuRules.php
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ protected function buildLookup($language = '*')
}

/**
* Dummy method to fulfill the interface requirements
* Dummy method to fulfil the interface requirements
*
* @param array &$segments The URL segments to parse
* @param array &$vars The vars that result from the segments
Expand All @@ -287,7 +287,7 @@ public function parse(&$segments, &$vars)
}

/**
* Dummy method to fulfill the interface requirements
* Dummy method to fulfil the interface requirements
*
* @param array &$query The vars that should be converted
* @param array &$segments The URL segments to create
Expand Down
2 changes: 1 addition & 1 deletion libraries/src/Component/Router/Rules/NomenuRules.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function __construct(RouterView $router)
}

/**
* Dummy method to fulfill the interface requirements
* Dummy method to fulfil the interface requirements
*
* @param array &$query The query array to process
*
Expand Down
2 changes: 1 addition & 1 deletion libraries/src/Component/Router/Rules/StandardRules.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function __construct(RouterView $router)
}

/**
* Dummy method to fulfill the interface requirements
* Dummy method to fulfil the interface requirements
*
* @param array &$query The query array to process
*
Expand Down