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 7557bae commit ed20d9fCopy full SHA for ed20d9f
src/JsonSchema/Constraints/Object.php
@@ -91,7 +91,7 @@ public function validateElement($element, $matches, $objectDefinition = null, $p
91
$this->addError($path, "the presence of the property " . $i . " requires that " . $require . " also be present");
92
}
93
94
- if( !$definition) {
+ if (!$definition) {
95
// normal property verification
96
$this->checkUndefined($value, new \stdClass(), $path, $i);
97
0 commit comments