@@ -174,7 +174,6 @@ discard block |
||
174 | 174 | * @param mixed $parameters route parameters |
175 | 175 | * @param mixed $handler handler that should be executed |
176 | 176 | * @param mixed $matches found matched variables |
177 | - |
|
178 | 177 | * @return mixed |
179 | 178 | */ |
180 | 179 | private function _resolveNamespace($parameters, $handler, $matches) { |
@@ -221,7 +220,6 @@ discard block |
||
221 | 220 | * @param mixed $matches found matched variables |
222 | 221 | * @param mixed $parameters route parameters |
223 | 222 | * @param mixed $handlers handler that should be executed |
224 | - |
|
225 | 223 | * @return mixed |
226 | 224 | */ |
227 | 225 | private function _getFunctionArgumentsControlers($paramMap, $matches, $parameters, $handlers) { |