Take extra junk out of Route\Parser comments.
This commit is contained in:
parent
c55b4c5b7b
commit
89239abd9e
|
|
@ -17,8 +17,7 @@ public static function parameters($uri, $route)
|
||||||
$route_segments = explode('/', $route);
|
$route_segments = explode('/', $route);
|
||||||
|
|
||||||
// --------------------------------------------------------------
|
// --------------------------------------------------------------
|
||||||
// Extract all of the parameters out of the URI. Any route
|
// Any route segment wrapped in parentheses is a parameter.
|
||||||
// segment wrapped in parentheses is considered a parameter.
|
|
||||||
// --------------------------------------------------------------
|
// --------------------------------------------------------------
|
||||||
for ($i = 0; $i < count($route_segments); $i++)
|
for ($i = 0; $i < count($route_segments); $i++)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue