Browse Source

cleaning up comments.

Taylor Otwell 13 years ago
parent
commit
884b707c6b
1 changed files with 0 additions and 3 deletions
  1. 0 3
      laravel/routing/router.php

+ 0 - 3
laravel/routing/router.php

@@ -298,9 +298,6 @@ class Router {
 			$key .= str_repeat(')?', $count);
 			$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);
 		return strtr($key, static::$patterns);
 	}
 	}