Take extra junk out of Route\Parser comments.

This commit is contained in:
Taylor Otwell
2011-06-17 11:43:18 -07:00
parent c55b4c5b7b
commit 89239abd9e

View File

@@ -17,8 +17,7 @@ class Parser {
$route_segments = explode('/', $route);
// --------------------------------------------------------------
// Extract all of the parameters out of the URI. Any route
// segment wrapped in parentheses is considered a parameter.
// Any route segment wrapped in parentheses is a parameter.
// --------------------------------------------------------------
for ($i = 0; $i < count($route_segments); $i++)
{