Completed
Branch master (fba866)
by Ori
04:29
created
src/SchemaValidator.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -10,6 +10,9 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.