@@ -12,7 +12,7 @@ |
||
12 | 12 | * @date 05.05.16 |
13 | 13 | */ |
14 | 14 | |
15 | -declare(strict_types = 1); |
|
15 | +declare(strict_types=1); |
|
16 | 16 | |
17 | 17 | namespace IPub\JsonAPIClient\DI; |
18 | 18 |
@@ -12,7 +12,7 @@ |
||
12 | 12 | * @date 06.05.18 |
13 | 13 | */ |
14 | 14 | |
15 | -declare(strict_types = 1); |
|
15 | +declare(strict_types=1); |
|
16 | 16 | |
17 | 17 | namespace IPub\JsonAPIClient\DI; |
18 | 18 |
@@ -12,7 +12,7 @@ |
||
12 | 12 | * @date 05.05.18 |
13 | 13 | */ |
14 | 14 | |
15 | -declare(strict_types = 1); |
|
15 | +declare(strict_types=1); |
|
16 | 16 | |
17 | 17 | namespace IPub\JsonAPIClient\Objects; |
18 | 18 |
@@ -12,7 +12,7 @@ discard block |
||
12 | 12 | * @date 05.05.18 |
13 | 13 | */ |
14 | 14 | |
15 | -declare(strict_types = 1); |
|
15 | +declare(strict_types=1); |
|
16 | 16 | |
17 | 17 | namespace IPub\JsonAPIClient\Objects; |
18 | 18 | |
@@ -91,7 +91,7 @@ discard block |
||
91 | 91 | } |
92 | 92 | } |
93 | 93 | |
94 | - throw new Exceptions\RuntimeException('No matching resource in collection: ' . $identifier->toString()); |
|
94 | + throw new Exceptions\RuntimeException('No matching resource in collection: '.$identifier->toString()); |
|
95 | 95 | } |
96 | 96 | |
97 | 97 | /** |
@@ -12,7 +12,7 @@ |
||
12 | 12 | * @date 05.05.18 |
13 | 13 | */ |
14 | 14 | |
15 | -declare(strict_types = 1); |
|
15 | +declare(strict_types=1); |
|
16 | 16 | |
17 | 17 | namespace IPub\JsonAPIClient\Encoders; |
18 | 18 |
@@ -12,7 +12,7 @@ |
||
12 | 12 | * @date 05.05.18 |
13 | 13 | */ |
14 | 14 | |
15 | -declare(strict_types = 1); |
|
15 | +declare(strict_types=1); |
|
16 | 16 | |
17 | 17 | namespace IPub\JsonAPIClient\Http; |
18 | 18 |
@@ -12,7 +12,7 @@ |
||
12 | 12 | * @date 05.05.18 |
13 | 13 | */ |
14 | 14 | |
15 | -declare(strict_types = 1); |
|
15 | +declare(strict_types=1); |
|
16 | 16 | |
17 | 17 | namespace IPub\JsonAPIClient\Encoders; |
18 | 18 |
@@ -12,7 +12,7 @@ |
||
12 | 12 | * @date 05.05.18 |
13 | 13 | */ |
14 | 14 | |
15 | -declare(strict_types = 1); |
|
15 | +declare(strict_types=1); |
|
16 | 16 | |
17 | 17 | namespace IPub\JsonAPIClient\Objects; |
18 | 18 |
@@ -12,7 +12,7 @@ |
||
12 | 12 | * @date 05.05.18 |
13 | 13 | */ |
14 | 14 | |
15 | -declare(strict_types = 1); |
|
15 | +declare(strict_types=1); |
|
16 | 16 | |
17 | 17 | namespace IPub\JsonAPIClient\Objects; |
18 | 18 |