Passed
Push — develop ( 082605...d763fa )
by Eric
02:06
created
src/Mapping/Builder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
86 86
     }
87 87
 
88 88
     #[\Override]
89
-    public function save(string $file, int $flags = 0, mixed $context = null): false|int
89
+    public function save(string $file, int $flags = 0, mixed $context = null): false | int
90 90
     {
91 91
         if (\is_resource($context)) {
92 92
             return file_put_contents($file, $this->compile(), $flags, $context);
Please login to merge, or discard this patch.