@@ -232,7 +232,6 @@ discard block |
||
| 232 | 232 | * @param mixed $parameters route parameters |
| 233 | 233 | * @param mixed $handler handler that should be executed |
| 234 | 234 | * @param mixed $matches found matched variables |
| 235 | - |
|
| 236 | 235 | * @return mixed |
| 237 | 236 | */ |
| 238 | 237 | private function resolveNamespace($parameters, $handler, $matches) |
@@ -288,7 +287,6 @@ discard block |
||
| 288 | 287 | * @param mixed $matches found matched variables |
| 289 | 288 | * @param mixed $parameters route parameters |
| 290 | 289 | * @param mixed $handlers handler that should be executed |
| 291 | - |
|
| 292 | 290 | * @return mixed |
| 293 | 291 | */ |
| 294 | 292 | private function getFunctionArgumentsControlers( |
@@ -253,7 +253,7 @@ |
||
| 253 | 253 | $parameters = $this->extractVariableRouteParts($route); |
| 254 | 254 | if (isset($parameters)) { |
| 255 | 255 | foreach ($parameters as $variables) { |
| 256 | - list($valueToReplace, , $parametersVariables) = array_pad( |
|
| 256 | + list($valueToReplace,, $parametersVariables) = array_pad( |
|
| 257 | 257 | $variables, |
| 258 | 258 | 3, |
| 259 | 259 | null |