Skip to content

Commit

Permalink
fix phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Dec 10, 2017
1 parent 5155c08 commit 5d13e74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Routing/Router.php
Expand Up @@ -931,6 +931,7 @@ public static function parseNamedParams(ServerRequest $request, array $options =
}
$named = array_merge_recursive($named, [$key => $value]);
}

return $request->withParam('named', $named);
}

Expand Down

0 comments on commit 5d13e74

Please sign in to comment.