@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | namespace PH\Bundle\PayumBundle\Factory; |
6 | 6 |
@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | namespace PH\Bundle\PayumBundle\Factory; |
6 | 6 |
@@ -1,6 +1,6 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | namespace PH\Bundle\PayumBundle\Model; |
6 | 6 | |
@@ -24,7 +24,7 @@ discard block |
||
24 | 24 | /** |
25 | 25 | * @param null|string $email |
26 | 26 | */ |
27 | - public function setEmail(?string $email): void |
|
27 | + public function setEmail(?string $email) : void |
|
28 | 28 | { |
29 | 29 | $this->email = $email; |
30 | 30 | } |
@@ -1,6 +1,6 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | namespace PH\Bundle\PayumBundle\Model; |
6 | 6 | |
@@ -14,5 +14,5 @@ discard block |
||
14 | 14 | /** |
15 | 15 | * @param null|string $email |
16 | 16 | */ |
17 | - public function setEmail(?string $email): void; |
|
17 | + public function setEmail(?string $email) : void; |
|
18 | 18 | } |