@@ -168,7 +168,7 @@ |
||
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 | return $this->lastKeyword == 'Then' && self::$timeout |
171 | - ? $this->spin(function () use ($call) { return $this->callCenter->makeCall($call); }) |
|
171 | + ? $this->spin(function() use ($call) { return $this->callCenter->makeCall($call); }) |
|
172 | 172 | : $this->callCenter->makeCall($call); |
173 | 173 | } |
174 | 174 |