Completed
Push — master ( b7afd1...437474 )
by Jean-Christophe
01:51
created
micro/cache/ControllerParser.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -83,6 +83,9 @@
 block discarded – undo
83 83
 		return $result;
84 84
 	}
85 85
 
86
+	/**
87
+	 * @param string $path
88
+	 */
86 89
 	private function createRouteMethod(&$result,$path,$httpMethods,$method,$parameters){
87 90
 		foreach ($httpMethods as $httpMethod){
88 91
 				$result[$path][$httpMethod]=["controller"=>$this->controllerClass,"action"=>$method,"parameters"=>$parameters];
Please login to merge, or discard this patch.