Skip to content

Commit ed20d9f

Browse files
committed
fix code style
1 parent 7557bae commit ed20d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JsonSchema/Constraints/Object.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public function validateElement($element, $matches, $objectDefinition = null, $p
9191
$this->addError($path, "the presence of the property " . $i . " requires that " . $require . " also be present");
9292
}
9393

94-
if( !$definition) {
94+
if (!$definition) {
9595
// normal property verification
9696
$this->checkUndefined($value, new \stdClass(), $path, $i);
9797
}

0 commit comments

Comments
 (0)