Commit 884b707c by Taylor Otwell

cleaning up comments.

parent 549d8cc3
...@@ -298,9 +298,6 @@ class Router { ...@@ -298,9 +298,6 @@ class Router {
$key .= str_repeat(')?', $count); $key .= str_repeat(')?', $count);
} }
// For "regular" parameters, we can just do a simple translate
// using the patterns array. There is not need to cap the
// pattern like we did with optional parameters.
return strtr($key, static::$patterns); return strtr($key, static::$patterns);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment