@@ -48,7 +48,7 @@ |
||
| 48 | 48 | */ |
| 49 | 49 | protected function transformAny($resource, Context $context, Path $path) |
| 50 | 50 | { |
| 51 | - if (! $resource instanceof Deferred) { |
|
| 51 | + if (!$resource instanceof Deferred) { |
|
| 52 | 52 | return parent::transformAny($resource, $context, $path); |
| 53 | 53 | } |
| 54 | 54 | |