Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[4.0] spelling #30742

Merged
merged 1 commit into from
Sep 23, 2020
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