Completed
Push — master ( b5f6a4...1448cb )
by Kamil
25:07
created
src/Sylius/Bundle/ThemeBundle/Tests/Functional/AssetTest.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\Bundle\ThemeBundle\Tests\Functional;
15 15
 
Please login to merge, or discard this patch.
Tests/Functional/TestBundle/DependencyInjection/TestExtension.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\Bundle\ThemeBundle\Tests\Functional\TestBundle\DependencyInjection;
15 15
 
Please login to merge, or discard this patch.
src/Sylius/Bundle/ThemeBundle/Tests/Functional/TemplatingTest.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\Bundle\ThemeBundle\Tests\Functional;
15 15
 
Please login to merge, or discard this patch.
src/Sylius/Bundle/ThemeBundle/Model/ThemeAuthor.php 1 patch
Spacing   +5 added lines, -5 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\Bundle\ThemeBundle\Model;
15 15
 
@@ -43,7 +43,7 @@  discard block
 block discarded – undo
43 43
         return $this->name;
44 44
     }
45 45
 
46
-    public function setName(?string $name): void
46
+    public function setName(?string $name) : void
47 47
     {
48 48
         $this->name = $name;
49 49
     }
@@ -53,7 +53,7 @@  discard block
 block discarded – undo
53 53
         return $this->email;
54 54
     }
55 55
 
56
-    public function setEmail(?string $email): void
56
+    public function setEmail(?string $email) : void
57 57
     {
58 58
         $this->email = $email;
59 59
     }
@@ -63,7 +63,7 @@  discard block
 block discarded – undo
63 63
         return $this->homepage;
64 64
     }
65 65
 
66
-    public function setHomepage(?string $homepage): void
66
+    public function setHomepage(?string $homepage) : void
67 67
     {
68 68
         $this->homepage = $homepage;
69 69
     }
@@ -73,7 +73,7 @@  discard block
 block discarded – undo
73 73
         return $this->role;
74 74
     }
75 75
 
76
-    public function setRole(?string $role): void
76
+    public function setRole(?string $role) : void
77 77
     {
78 78
         $this->role = $role;
79 79
     }
Please login to merge, or discard this patch.
src/Sylius/Bundle/ThemeBundle/Asset/Installer/AssetsInstaller.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\Bundle\ThemeBundle\Asset\Installer;
15 15
 
Please login to merge, or discard this patch.
Sylius/Bundle/PaymentBundle/DependencyInjection/SyliusPaymentExtension.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\Bundle\PaymentBundle\DependencyInjection;
15 15
 
Please login to merge, or discard this patch.
Bundle/CustomerBundle/DependencyInjection/SyliusCustomerExtension.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\Bundle\CustomerBundle\DependencyInjection;
15 15
 
Please login to merge, or discard this patch.
src/Sylius/Bundle/ShopBundle/DependencyInjection/SyliusShopExtension.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\Bundle\ShopBundle\DependencyInjection;
15 15
 
Please login to merge, or discard this patch.
Sylius/Bundle/LocaleBundle/DependencyInjection/SyliusLocaleExtension.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\Bundle\LocaleBundle\DependencyInjection;
15 15
 
Please login to merge, or discard this patch.