Passed
Pull Request — master (#66)
by Alex
08:33
created
src/Edm/Internal/CacheHelper.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 static function getCycleSentinel(): ?stdClass
21 21
     {
22
-        return (object)[];
22
+        return (object) [];
23 23
     }
24 24
     public static function getSecondPassCycleSentinel(): ?stdClass
25 25
     {
26
-        return (object)[];
26
+        return (object) [];
27 27
     }
28 28
 
29 29
     /**
Please login to merge, or discard this patch.