Skip to content

Commit

Permalink
remove old param description part
Browse files Browse the repository at this point in the history
  • Loading branch information
antograssiot committed Jun 13, 2015
1 parent 6a7d399 commit 7b77fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Routing/RouteBuilder.php
Expand Up @@ -110,7 +110,7 @@ class RouteBuilder
* @param \Cake\Routing\RouteCollection $collection The route collection to append routes into.
* @param string $path The path prefix the scope is for.
* @param array $params The scope's routing parameters.
* @param array $options Options list. Valid keys are:
* @param array $options Options list.
*/
public function __construct($collection, $path, array $params = [], array $options = [])
{
Expand Down

0 comments on commit 7b77fd8

Please sign in to comment.