Passed
Branch master (46933e)
by Donald
01:26
created
src/Chekote/BehatRetryExtension/Tester/RuntimeStepTester.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -168,7 +168,7 @@
 block discarded – undo
168 168
         // will only prevent that process from continuing, and the test will either pass immediately,
169 169
         // or not at all. We need to find out how to check what Driver we're using...
170 170
         if ($this->lastKeyword == 'Then' && self::$timeout) {
171
-            return $this->spin(function () use ($call) {
171
+            return $this->spin(function() use ($call) {
172 172
                 return $this->callCenter->makeCall($call);
173 173
             });
174 174
         } else {
Please login to merge, or discard this patch.