@@ -1,4 +1,4 @@ discard block |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | |
3 | 3 | namespace ApiClients\Foundation\ValueObjects; |
4 | 4 | |
@@ -23,7 +23,7 @@ discard block |
||
23 | 23 | continue; |
24 | 24 | } |
25 | 25 | |
26 | - $class = __NAMESPACE__ . '\\' . str_replace(DIRECTORY_SEPARATOR, '\\', $file); |
|
26 | + $class = __NAMESPACE__.'\\'.str_replace(DIRECTORY_SEPARATOR, '\\', $file); |
|
27 | 27 | |
28 | 28 | /** Autoload class */ |
29 | 29 | class_exists( |
@@ -1,9 +1,9 @@ |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | |
3 | 3 | namespace ApiClients\Foundation\ValueObjects; |
4 | 4 | |
5 | 5 | // @codeCoverageIgnoreStart |
6 | 6 | if (!function_exists('ApiClients\Foundation\ValueObjects\preheat')) { |
7 | - require __DIR__ . '/functions.php'; |
|
7 | + require __DIR__.'/functions.php'; |
|
8 | 8 | } |
9 | 9 | // @codeCoverageIgnoreEnd |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | |
3 | 3 | namespace ApiClients\Foundation\ValueObjects; |
4 | 4 |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | |
3 | 3 | namespace ApiClients\Foundation\ValueObjects; |
4 | 4 |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | |
3 | 3 | namespace ApiClients\Foundation\ValueObjects; |
4 | 4 |