@@ -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 | namespace Chubbyphp\Deserialization\Denormalizer; |
6 | 6 | |
@@ -57,7 +57,7 @@ discard block |
||
57 | 57 | |
58 | 58 | $newChildObjects = []; |
59 | 59 | foreach ($value as $i => $subValue) { |
60 | - $subPath = $path . '[' . $i . ']'; |
|
60 | + $subPath = $path.'['.$i.']'; |
|
61 | 61 | |
62 | 62 | if (!is_array($subValue)) { |
63 | 63 | throw DeserializerRuntimeException::createInvalidType($subPath, 'object'); |