Browse Source

Remove comment bloat from Route\Finder.

Taylor Otwell 13 years ago
parent
commit
0767fa5027
1 changed files with 0 additions and 2 deletions
  1. 0 2
      system/route/finder.php

+ 0 - 2
system/route/finder.php

@@ -34,8 +34,6 @@ class Finder {
 			return static::$names[$name];
 		}
 
-		// We haven't located the route before, so we'll need to iterate through each
-		// route to find the matching name.
 		$arrayIterator = new \RecursiveArrayIterator(static::$routes);
 		$recursiveIterator = new \RecursiveIteratorIterator($arrayIterator);