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