@@ -9,7 +9,7 @@ |
||
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 |
@@ -9,7 +9,7 @@ |
||
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 |
@@ -9,7 +9,7 @@ |
||
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 |
@@ -9,7 +9,7 @@ discard block |
||
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 |
||
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 |
||
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 |
||
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 |
||
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 | } |
@@ -9,7 +9,7 @@ |
||
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 |
@@ -9,7 +9,7 @@ |
||
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 |
@@ -9,7 +9,7 @@ |
||
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 |
@@ -9,7 +9,7 @@ |
||
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 |
@@ -9,7 +9,7 @@ |
||
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 |