Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
laoneo committed Apr 21, 2017
1 parent 28d58c6 commit 5ec1e9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions libraries/src/Joomla/CMS/Router/Router.php
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ protected function _processParseRules(&$uri)
/**
* Process the parsed router variables based on custom defined rules
*
* @param \JUri &$uri The URI to parse
* @param \JUri &$uri The URI to parse
* @param string $stage The stage that should be processed.
* Possible values: 'preprocess', 'postprocess'
* and '' for the main parse stage
Expand Down Expand Up @@ -630,7 +630,7 @@ protected function _processBuildRules(&$uri)
/**
* Process the build uri query data based on custom defined rules
*
* @param \JUri &$uri The URI
* @param \JUri &$uri The URI
* @param string $stage The stage that should be processed.
* Possible values: 'preprocess', 'postprocess'
* and '' for the main build stage
Expand Down
4 changes: 2 additions & 2 deletions libraries/src/Joomla/CMS/Router/SiteRouter.php
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ protected function buildSefRoute(&$uri)
/**
* Process the parsed router variables based on custom defined rules
*
* @param \JUri &$uri The URI to parse
* @param \JUri &$uri The URI to parse
* @param string $stage The stage that should be processed.
* Possible values: 'preprocess', 'postprocess'
* and '' for the main parse stage
Expand Down Expand Up @@ -611,7 +611,7 @@ protected function processParseRules(&$uri, $stage = self::PROCESS_DURING)
/**
* Process the build uri query data based on custom defined rules
*
* @param \JUri &$uri The URI
* @param \JUri &$uri The URI
* @param string $stage The stage that should be processed.
* Possible values: 'preprocess', 'postprocess'
* and '' for the main build stage
Expand Down

0 comments on commit 5ec1e9c

Please sign in to comment.