@@ -1,5 +1,5 @@ discard block |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | namespace DQNEO\FizzBuzzEnterpriseEdition\Writer; |
4 | 4 | |
5 | 5 | use DQNEO\FizzBuzzEnterpriseEdition\Entity\AbstractEntity; |
@@ -14,6 +14,6 @@ discard block |
||
14 | 14 | |
15 | 15 | public function writeln(AbstractEntity $string) |
16 | 16 | { |
17 | - fwrite(STDOUT, $string . StringValue::NEW_LINE); |
|
17 | + fwrite(STDOUT, $string.StringValue::NEW_LINE); |
|
18 | 18 | } |
19 | 19 | } |
@@ -1,5 +1,5 @@ discard block |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | namespace DQNEO\FizzBuzzEnterpriseEdition\Writer; |
4 | 4 | |
5 | 5 | use DQNEO\FizzBuzzEnterpriseEdition\Entity\AbstractEntity; |
@@ -14,6 +14,6 @@ discard block |
||
14 | 14 | |
15 | 15 | public function writeln(AbstractEntity $string) |
16 | 16 | { |
17 | - fwrite(STDERR, $string . StringValue::NEW_LINE); |
|
17 | + fwrite(STDERR, $string.StringValue::NEW_LINE); |
|
18 | 18 | } |
19 | 19 | } |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | namespace DQNEO\FizzBuzzEnterpriseEdition; |
4 | 4 | |
5 | 5 | use DQNEO\FizzBuzzEnterpriseEdition\Entity\AbstractEntity; |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | namespace DQNEO\FizzBuzzEnterpriseEdition; |
4 | 4 | |
5 | 5 | use DQNEO\FizzBuzzEnterpriseEdition\Entity\AbstractEntity; |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | namespace DQNEO\FizzBuzzEnterpriseEdition; |
4 | 4 | |
5 | 5 | use DQNEO\FizzBuzzEnterpriseEdition\Entity\AbstractEntity; |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | namespace DQNEO\FizzBuzzEnterpriseEdition; |
4 | 4 | |
5 | 5 | use DQNEO\FizzBuzzEnterpriseEdition\Entity\AbstractEntity; |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | namespace DQNEO\FizzBuzzEnterpriseEdition; |
4 | 4 | |
5 | 5 | use DQNEO\FizzBuzzEnterpriseEdition\Entity\AbstractEntity; |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | namespace DQNEO\FizzBuzzEnterpriseEdition; |
4 | 4 | |
5 | 5 | use DQNEO\FizzBuzzEnterpriseEdition\Entity\AbstractEntity; |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | namespace DQNEO\FizzBuzzEnterpriseEdition; |
4 | 4 | |
5 | 5 | use DQNEO\FizzBuzzEnterpriseEdition\Entity\AbstractEntity; |