@@ -88,7 +88,7 @@ |
||
| 88 | 88 | } |
| 89 | 89 | } |
| 90 | 90 | |
| 91 | - if (! empty($allowed)) |
|
| 91 | + if (!empty($allowed)) |
|
| 92 | 92 | { |
| 93 | 93 | throw new MethodNotAllowedException($request, $allowed); |
| 94 | 94 | } |