Passed
Branch main (8f9aaf)
by Eric
12:28
created
src/Utils.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -99,7 +99,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.