@@ -99,7 +99,7 @@ |
||
99 | 99 | |
100 | 100 | $invalidOptions = []; |
101 | 101 | |
102 | - array_filter($options, static function ($value, int|string $key) use (&$invalidOptions): bool { |
|
102 | + array_filter($options, static function($value, int | string $key) use (&$invalidOptions): bool { |
|
103 | 103 | if (!\in_array($key, self::ValidGuzzleOptions, true)) { |
104 | 104 | $invalidOptions[] = $key; |
105 | 105 |