@@ -39,7 +39,7 @@ |
||
39 | 39 | |
40 | 40 | $indexes = count($arguments) > 0 ? range(0, count($arguments) - 1) : []; |
41 | 41 | |
42 | - $values = array_map(static function (array|Callback $arguments, mixed $response, int $i): Stub { |
|
42 | + $values = array_map(static function (array | Callback $arguments, mixed $response, int $i): Stub { |
|
43 | 43 | if ($response instanceof Stub) { |
44 | 44 | return $response; |
45 | 45 | } |