Browse Source

Fixing a doc block

Jose Lorenzo Rodriguez 11 years ago
parent
commit
db12cce5fe
1 changed files with 2 additions and 3 deletions
  1. 2 3
      src/Routing/Route/InflectedRoute.php

+ 2 - 3
src/Routing/Route/InflectedRoute.php

@@ -45,8 +45,8 @@ class InflectedRoute extends Route {
 	}
 
 /**
- * Reverse route plugin shortcut URLs. If the plugin and controller
- * are not the same the match is an auto fail.
+ * Underscores the controller and plugin params before passing them on to the
+ * parent class
  *
  * @param array $url Array of parameters to convert to a string.
  * @param array $context An array of the current request context.
@@ -65,4 +65,3 @@ class InflectedRoute extends Route {
 	}
 
 }
-