Passed
Push — main ( 257176...d87428 )
by Breno
02:22 queued 11s
created
src/DataStructure/MapBehaviorTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
         }
15 15
     }
16 16
 
17
-    public function set(string|int $index, mixed $value): self
17
+    public function set(string | int $index, mixed $value): self
18 18
     {
19 19
         $this->insert($value, $index);
20 20
         return $this;
Please login to merge, or discard this patch.