@@ -157,6 +157,9 @@ |
||
157 | 157 | } |
158 | 158 | } |
159 | 159 | |
160 | + /** |
|
161 | + * @param stdClass $item |
|
162 | + */ |
|
160 | 163 | private function isLooping($item, array &$stack) |
161 | 164 | { |
162 | 165 | $isKnown = false; |
@@ -91,9 +91,9 @@ |
||
91 | 91 | |
92 | 92 | if (json_last_error() !== JSON_ERROR_NONE) { |
93 | 93 | throw new JsonDecodeException(sprintf( |
94 | - 'Cannot decode JSON from file "%s" (error: %s)', |
|
95 | - $filePath, |
|
96 | - static::lastJsonErrorMessage() |
|
94 | + 'Cannot decode JSON from file "%s" (error: %s)', |
|
95 | + $filePath, |
|
96 | + static::lastJsonErrorMessage() |
|
97 | 97 | )); |
98 | 98 | } |
99 | 99 |