Passed
Push — master ( c803c1...00f1f1 )
by Eric
13:27
created
src/Arrays.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -106,7 +106,7 @@
 block discarded – undo
106 106
      *
107 107
      * @throws RuntimeException If $array is not accessible
108 108
      */
109
-    public static function set(array | ArrayAccess &$array, string | int | null $key, mixed $value): void
109
+    public static function set(array | ArrayAccess & $array, string | int | null $key, mixed $value): void
110 110
     {
111 111
         if ($key === null) {
112 112
             $array = $value; // @phpstan-ignore-line
Please login to merge, or discard this patch.