Passed
Push — master ( 704c07...16b90e )
by Daniel
02:26
created
src/Dispatch/MethodValidator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
                 'properties' => (object) [
60 60
                     'data' => $methodSchemaContent->properties->response,
61 61
                 ],
62
-                'required' => ['data']
62
+                'required' => [ 'data' ]
63 63
             ];
64 64
 
65 65
             // Validate the response against the response definition in method schema
Please login to merge, or discard this patch.