@@ -51,7 +51,7 @@ |
||
| 51 | 51 | */ |
| 52 | 52 | public function waitForResponse($timeout, array $parameters) |
| 53 | 53 | { |
| 54 | - $this->getDocument()->waitFor($timeout, function () use ($parameters) { |
|
| 54 | + $this->getDocument()->waitFor($timeout, function() use ($parameters) { |
|
| 55 | 55 | return $this->isOpen($parameters); |
| 56 | 56 | }); |
| 57 | 57 | } |
@@ -40,7 +40,7 @@ |
||
| 40 | 40 | */ |
| 41 | 41 | public function waitForResponse($timeout, array $parameters = []) |
| 42 | 42 | { |
| 43 | - $this->getDocument()->waitFor($timeout, function () use ($parameters) { |
|
| 43 | + $this->getDocument()->waitFor($timeout, function() use ($parameters) { |
|
| 44 | 44 | return $this->isOpen($parameters); |
| 45 | 45 | }); |
| 46 | 46 | } |