@@ -103,7 +103,7 @@ |
||
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 |