Completed
Push — fix-demo5 ( 8fd503...5be2c2 )
by Akihito
62:53 queued 60:01
created
src/JsonSchema/Interceptor/JsonSchemaInterceptor.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -118,6 +118,9 @@
 block discarded – undo
118 118
         return $json->{$jsonSchema->key};
119 119
     }
120 120
 
121
+    /**
122
+     * @param string $schemaFile
123
+     */
121 124
     private function validate($scanObject, $schemaFile)
122 125
     {
123 126
         $validator = new Validator;
Please login to merge, or discard this patch.