@@ -85,7 +85,7 @@ discard block |
||
| 85 | 85 | { |
| 86 | 86 | $attributes = \array_filter($matches, function($value, $name) |
| 87 | 87 | { |
| 88 | - return ! ('' === $value || \is_int($name)); |
|
| 88 | + return !('' === $value || \is_int($name)); |
|
| 89 | 89 | |
| 90 | 90 | }, \ARRAY_FILTER_USE_BOTH); |
| 91 | 91 | |
@@ -94,7 +94,7 @@ discard block |
||
| 94 | 94 | } |
| 95 | 95 | } |
| 96 | 96 | |
| 97 | - if (! empty($allowed)) |
|
| 97 | + if (!empty($allowed)) |
|
| 98 | 98 | { |
| 99 | 99 | throw new MethodNotAllowedException($request, $allowed); |
| 100 | 100 | } |