Skip to content

Commit 08b9971

Browse files
committed
fix code style
1 parent 65d4a0b commit 08b9971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JsonSchema/Constraints/Undefined.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ protected function validateCommonProperties($value, $schema = null, $path = null
125125
}
126126

127127
// Verify type
128-
if( ($value instanceof Undefined) === false) {
128+
if (!($value instanceof Undefined)) {
129129
$this->checkType($value, $schema, $path);
130130
}
131131

0 commit comments

Comments
 (0)