@@ -40,7 +40,7 @@ |
||
40 | 40 | * @param string $constraint the constraint/rule that is broken, e.g.: 'minLength' |
41 | 41 | * @param array $more more array elements to add to the error |
42 | 42 | */ |
43 | - public function addError(JsonPointer $path = null, $message, $constraint='', array $more = null); |
|
43 | + public function addError(JsonPointer $path = null, $message, $constraint = '', array $more = null); |
|
44 | 44 | |
45 | 45 | /** |
46 | 46 | * checks if the validator has not raised errors |