Passed
Branch 127 (ca0577)
by Max
02:28
created
src/SavingIterator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
         /** @phpstan-ignore-next-line */
45 45
         $this->target = new ContextVeil(
46 46
             $target,
47
-            fn (AddingIterator $stored) =>
47
+            fn(AddingIterator $stored) =>
48 48
             ($this->origin->valid())
49 49
             ? $stored->from(
50 50
                 $this->origin
Please login to merge, or discard this patch.
src/SafeArrayIterator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -126,7 +126,7 @@
 block discarded – undo
126 126
     /**
127 127
      * {@inheritDoc}
128 128
      */
129
-    public function serialize(): string|null
129
+    public function serialize(): string | null
130 130
     {
131 131
         return serialize($this->stored);
132 132
     }
Please login to merge, or discard this patch.