Skip to content

Commit

Permalink
[4.0] codestyle (#30724)
Browse files Browse the repository at this point in the history
* [4.0] codestyle

fix typo in code comments - code review only required

* spelling
  • Loading branch information
brianteeman committed Sep 21, 2020
1 parent 8f483ce commit 96e3c63
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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 = '*')
}

/**
* Dummymethod to fullfill the interface requirements
* Dummy method to fulfill 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)
}

/**
* Dummymethod to fullfill the interface requirements
* Dummy method to fulfill 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)
}

/**
* Dummymethod to fullfill the interface requirements
* Dummy method to fulfill 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)
}

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

0 comments on commit 96e3c63

Please sign in to comment.