Passed
Push — master ( 1e6787...c154f0 )
by Max
07:50 queued 12s
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.