We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6e3018 commit 622d1c2Copy full SHA for 622d1c2
external_files/thephpleague/SchemaValidator.php
@@ -58,7 +58,7 @@ public function validate($data, CebeSchema $schema, ?BreadCrumb $breadCrumb = nu
58
59
try {
60
// These keywords are not part of the JSON Schema at all (new to OAS)
61
- (new Nullable($schema))->validate($data, $schema->nullable);
+// (new Nullable($schema))->validate($data, $schema->nullable);
62
63
// We don't want to validate any more if the value is a valid Null
64
if ($data === null) {
0 commit comments