@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare (strict_types=1); |
|
| 2 | +declare (strict_types = 1); |
|
| 3 | 3 | namespace DQNEO\FizzBuzzEnterpriseEdition\Application; |
| 4 | 4 | |
| 5 | 5 | use DQNEO\FizzBuzzEnterpriseEdition\Logic\FizzBuzzLogicInterface; |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare (strict_types=1); |
|
| 2 | +declare (strict_types = 1); |
|
| 3 | 3 | namespace DQNEO\FizzBuzzEnterpriseEdition\Entity; |
| 4 | 4 | |
| 5 | 5 | use DQNEO\FizzBuzzEnterpriseEdition\Value\StringValue; |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare (strict_types=1); |
|
| 2 | +declare (strict_types = 1); |
|
| 3 | 3 | namespace DQNEO\FizzBuzzEnterpriseEdition\Entity; |
| 4 | 4 | |
| 5 | 5 | class BuzzEntity extends AbstractStringEntity |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare (strict_types=1); |
|
| 2 | +declare (strict_types = 1); |
|
| 3 | 3 | namespace DQNEO\FizzBuzzEnterpriseEdition\Entity; |
| 4 | 4 | |
| 5 | 5 | class FizzEntity extends AbstractStringEntity |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare (strict_types=1); |
|
| 2 | +declare (strict_types = 1); |
|
| 3 | 3 | namespace DQNEO\FizzBuzzEnterpriseEdition\Entity; |
| 4 | 4 | |
| 5 | 5 | use DQNEO\FizzBuzzEnterpriseEdition\Value\StringValue; |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare (strict_types=1); |
|
| 2 | +declare (strict_types = 1); |
|
| 3 | 3 | namespace DQNEO\FizzBuzzEnterpriseEdition\Entity; |
| 4 | 4 | |
| 5 | 5 | class FizzBuzzEntity extends AbstractStringEntity |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare (strict_types=1); |
|
| 2 | +declare (strict_types = 1); |
|
| 3 | 3 | namespace DQNEO\FizzBuzzEnterpriseEdition\Entity; |
| 4 | 4 | |
| 5 | 5 | use DQNEO\FizzBuzzEnterpriseEdition\Value\IntegerValue; |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare (strict_types=1); |
|
| 2 | +declare (strict_types = 1); |
|
| 3 | 3 | namespace DQNEO\FizzBuzzEnterpriseEdition\Range; |
| 4 | 4 | |
| 5 | 5 | use DQNEO\FizzBuzzEnterpriseEdition\Value\IntegerValue; |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare (strict_types=1); |
|
| 2 | +declare (strict_types = 1); |
|
| 3 | 3 | namespace DQNEO\FizzBuzzEnterpriseEdition\Value; |
| 4 | 4 | |
| 5 | 5 | class Divident extends IntegerValue |