Passed
Push — master ( d1ed92...06623e )
by Lukas
02:23
created
src/Pipe/TimezonePipe.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -19,11 +19,11 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.