@@ -1,6 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types=1); |
|
| 3 | +declare(strict_types = 1); |
|
| 4 | 4 | /* |
| 5 | 5 | * This file is part of the Superdesk Web Publisher Analytics Bundle. |
| 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 | /* |
| 6 | 6 | * This file is part of the Superdesk Web Publisher Analytics Bundle. |
@@ -1,6 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types=1); |
|
| 3 | +declare(strict_types = 1); |
|
| 4 | 4 | |
| 5 | 5 | namespace SWP\Bundle\AnalyticsBundle\Services; |
| 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 | /* |
| 6 | 6 | * This file is part of the Superdesk Web Publisher Analytics Bundle. |
@@ -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 | * This file is part of the Superdesk Web Publisher Analytics Bundle. |
| 6 | 6 | * |
@@ -48,7 +48,7 @@ discard block |
||
| 48 | 48 | /** |
| 49 | 49 | * @param null|string $value |
| 50 | 50 | */ |
| 51 | - public function setValue(?string $value): void; |
|
| 51 | + public function setValue(?string $value) : void; |
|
| 52 | 52 | |
| 53 | 53 | /** |
| 54 | 54 | * @return ArticleStatisticsInterface |
@@ -80,7 +80,7 @@ |
||
| 80 | 80 | /** |
| 81 | 81 | * {@inheritdoc} |
| 82 | 82 | */ |
| 83 | - public function setValue(?string $value): void |
|
| 83 | + public function setValue(?string $value) : void |
|
| 84 | 84 | { |
| 85 | 85 | $this->value = $value; |
| 86 | 86 | } |