Completed
Push — fix-195 ( b0dd45 )
by Akihito
02:18
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.