@@ -44,7 +44,9 @@ |
||
| 44 | 44 | */ |
| 45 | 45 | protected function callRequestMethod(RequestInterface $request, $method, array $arguments) |
| 46 | 46 | { |
| 47 | - if(empty($arguments)) return $request->{$method}(); |
|
| 47 | + if(empty($arguments)) { |
|
| 48 | + return $request->{$method}(); |
|
| 49 | + } |
|
| 48 | 50 | |
| 49 | 51 | switch (count($arguments)) { |
| 50 | 52 | case 1: |