Passed
Push — 120 ( 4f5da6...dd3d85 )
by Max
15:07 queued 11:49
created
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.