Completed
Push — master ( 60e61e...3e9baa )
by Tomáš
04:53 queued 04:40
created
Category
src/Assertion.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
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
             }
Please login to merge, or discard this patch.