Passed
Push — master ( 02407b...9a5824 )
by Eric
12:21 queued 10:30
created
src/Arrays.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@
 block discarded – undo
103 103
      *
104 104
      * @throws RuntimeException  If $array is not accessible
105 105
      */
106
-    public static function set(array | ArrayAccess &$array, string | int | null $key, mixed $value): void
106
+    public static function set(array | ArrayAccess & $array, string | int | null $key, mixed $value): void
107 107
     {
108 108
         if ($key === null) {
109 109
             $array = $value; // @phpstan-ignore-line
Please login to merge, or discard this patch.