@@ -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 |