cleaning up comments.

This commit is contained in:
Taylor Otwell
2012-01-27 09:45:16 -06:00
parent 549d8cc370
commit 884b707c6b

View File

@@ -298,9 +298,6 @@ class Router {
$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);
}