Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request zendframework#4289 from ossinkine/router-cs-fix
Browse files Browse the repository at this point in the history
Minor CS fix
  • Loading branch information
weierophinney committed Apr 22, 2013
2 parents e41125e + 1dbf314 commit 879283b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Zend/Mvc/Router/Http/Part.php
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ public function match(Request $request, $pathOffset = null)
*/
public function assemble(array $params = array(), array $options = array())
{
if ($this->childRoutes !== null) {
if ($this->childRoutes !== null) {
$this->addRoutes($this->childRoutes);
$this->childRoutes = null;
}
Expand Down

0 comments on commit 879283b

Please sign in to comment.