Completed
Push — a-bulwa-travis-is-2 ( 7c64aa )
by Kamil
41:24
created
src/Sylius/Behat/Page/Shop/Checkout/AddressPage.php 1 patch
Braces   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@  discard block
 block discarded – undo
47 47
         array $parameters,
48 48
         RouterInterface $router,
49 49
         AddressFactoryInterface $addressFactory
50
-    ){
50
+    ) {
51 51
         parent::__construct($session, $parameters, $router);
52 52
 
53 53
         $this->addressFactory = $addressFactory;
@@ -412,7 +412,7 @@  discard block
 block discarded – undo
412 412
      */
413 413
     private function waitForElement($timeout, $elementName)
414 414
     {
415
-        return $this->getDocument()->waitFor($timeout, function () use ($elementName){
415
+        return $this->getDocument()->waitFor($timeout, function () use ($elementName) {
416 416
             return $this->hasElement($elementName);
417 417
         });
418 418
     }
Please login to merge, or discard this patch.