@@ -19,11 +19,11 @@ |
||
| 19 | 19 | */ |
| 20 | 20 | public function pipe($resource, Context $context, Path $path, $data) |
| 21 | 21 | { |
| 22 | - if (! $context instanceof HasTimezone) { |
|
| 22 | + if (!$context instanceof HasTimezone) { |
|
| 23 | 23 | return $data; |
| 24 | 24 | } |
| 25 | 25 | |
| 26 | - if (! $resource instanceof DateTime) { |
|
| 26 | + if (!$resource instanceof DateTime) { |
|
| 27 | 27 | return $data; |
| 28 | 28 | } |
| 29 | 29 | |