Completed
Push — hal-schema ( 5c6b02 )
by Akihito
05:17 queued 04:02
created
src/Interceptor/JsonSchemaInterceptor.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -107,6 +107,9 @@
 block discarded – undo
107 107
         throw new JsonSchemaException("{$msgList} in {$schemaFile}", Code::ERROR, $e);
108 108
     }
109 109
 
110
+    /**
111
+     * @param string $schemaFile
112
+     */
110 113
     private function validate($scanObject, $schemaFile)
111 114
     {
112 115
         $validator = new Validator;
Please login to merge, or discard this patch.