Completed
Push — master ( 284884...b70f30 )
by Kamil
20:25
created
src/Sylius/Behat/Page/Shop/Order/OrderPaymentsPage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.
src/Sylius/Behat/Page/Shop/Checkout/ThankYouPage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.