Completed
Push — 1.0-coding-standard ( 22328c )
by Kamil
98:35 queued 69:17
created
src/Sylius/Behat/Page/Admin/Taxon/CreatePage.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@  discard block
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace Sylius\Behat\Page\Admin\Taxon;
15 15
 
@@ -121,7 +121,7 @@  discard block
 block discarded – undo
121 121
 
122 122
         $imageForm = $this->getLastImageElement();
123 123
         $imageForm->fillField('Type', $type);
124
-        $imageForm->find('css', 'input[type="file"]')->attachFile($filesPath.$path);
124
+        $imageForm->find('css', 'input[type="file"]')->attachFile($filesPath . $path);
125 125
     }
126 126
 
127 127
     /**
Please login to merge, or discard this patch.
src/Sylius/Behat/Page/Admin/Taxon/CreateForParentPageInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace Sylius\Behat\Page\Admin\Taxon;
15 15
 
Please login to merge, or discard this patch.
src/Sylius/Behat/Page/Admin/Country/IndexPageInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace Sylius\Behat\Page\Admin\Country;
15 15
 
Please login to merge, or discard this patch.
src/Sylius/Behat/Page/Admin/Country/UpdatePage.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@  discard block
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace Sylius\Behat\Page\Admin\Country;
15 15
 
@@ -43,7 +43,7 @@  discard block
 block discarded – undo
43 43
     {
44 44
         $provinces = $this->getElement('provinces');
45 45
 
46
-        return $provinces->has('css', '[value = "'.$provinceName.'"]');
46
+        return $provinces->has('css', '[value = "' . $provinceName . '"]');
47 47
     }
48 48
 
49 49
     /**
@@ -53,7 +53,7 @@  discard block
 block discarded – undo
53 53
     {
54 54
         $provinces = $this->getElement('provinces');
55 55
 
56
-        return $provinces->has('css', '[value = "'.$provinceCode.'"]');
56
+        return $provinces->has('css', '[value = "' . $provinceCode . '"]');
57 57
     }
58 58
 
59 59
     /**
@@ -120,7 +120,7 @@  discard block
 block discarded – undo
120 120
         if ($this->isThereProvince($provinceName)) {
121 121
             $provinces = $this->getElement('provinces');
122 122
 
123
-            $item = $provinces->find('css', 'div[data-form-collection="item"] input[value="'.$provinceName.'"]')->getParent();
123
+            $item = $provinces->find('css', 'div[data-form-collection="item"] input[value="' . $provinceName . '"]')->getParent();
124 124
             $item->fillField('Name', '');
125 125
         }
126 126
     }
Please login to merge, or discard this patch.
src/Sylius/Behat/Page/Admin/ProductOption/CreatePage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace Sylius\Behat\Page\Admin\ProductOption;
15 15
 
Please login to merge, or discard this patch.
src/Sylius/Behat/Page/Admin/Zone/CreatePage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace Sylius\Behat\Page\Admin\Zone;
15 15
 
Please login to merge, or discard this patch.
src/Sylius/Behat/Page/Admin/PaymentMethod/CreatePage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace Sylius\Behat\Page\Admin\PaymentMethod;
15 15
 
Please login to merge, or discard this patch.
src/Sylius/Behat/Page/Admin/Locale/CreatePage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace Sylius\Behat\Page\Admin\Locale;
15 15
 
Please login to merge, or discard this patch.
src/Sylius/Behat/Page/Admin/ShippingCategory/CreatePage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace Sylius\Behat\Page\Admin\ShippingCategory;
15 15
 
Please login to merge, or discard this patch.