Skip to content

Commit 0e9cd68

Browse files
eraydAyesh
authored andcommitted
Most body comments in this project do not start uppercase
1 parent 0222beb commit 0e9cd68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JsonSchema/Constraints/UndefinedConstraint.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ protected function validateCommonProperties(&$value, $schema, JsonPointer $path,
151151
);
152152
}
153153
} else {
154-
// If the value is both undefined and not required, skip remaining checks
154+
// if the value is both undefined and not required, skip remaining checks
155155
// in this method which assume an actual, defined instance when validating.
156156
if ($value instanceof self) {
157157
return;

0 commit comments

Comments
 (0)