@@ -81,6 +81,6 @@ |
||
81 | 81 | JSON_ERROR_SYNTAX => 'Syntax error, malformed JSON', |
82 | 82 | JSON_ERROR_UTF8 => 'Malformed UTF-8 characters, possibly incorrectly encoded', |
83 | 83 | ]; |
84 | - return isset($errorMap[$errorNo]) ? $errorMap[$errorNo]: 'Unknown error'; |
|
84 | + return isset($errorMap[$errorNo]) ? $errorMap[$errorNo] : 'Unknown error'; |
|
85 | 85 | } |
86 | 86 | } |
@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * ValidatorInterface class file |
|
4 | - */ |
|
3 | + * ValidatorInterface class file |
|
4 | + */ |
|
5 | 5 | |
6 | 6 | namespace Graviton\JsonSchemaBundle\Validator; |
7 | 7 |