Commit 89239abd by Taylor Otwell

Take extra junk out of Route\Parser comments.

parent c55b4c5b
...@@ -17,8 +17,7 @@ class Parser { ...@@ -17,8 +17,7 @@ class Parser {
$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++)
{ {
......
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