@@ -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 | |
@@ -160,7 +160,7 @@ |
||
| 160 | 160 | * Checks if given schema has been already visited. |
| 161 | 161 | * |
| 162 | 162 | * @param stdClass $schema |
| 163 | - * @param array $stack |
|
| 163 | + * @param stdClass[] $stack |
|
| 164 | 164 | * |
| 165 | 165 | * @return bool |
| 166 | 166 | */ |