@@ -10,6 +10,9 @@ |
||
| 10 | 10 | $this->errors = []; |
| 11 | 11 | } |
| 12 | 12 | |
| 13 | + /** |
|
| 14 | + * @param string $extraDetails |
|
| 15 | + */ |
|
| 13 | 16 | protected function _addError($code, $extraDetails=null) |
| 14 | 17 | { |
| 15 | 18 | $this->errors[] = new SchemaValidationError($code, $extraDetails); |