Skip to content

Commit 02ab55c

Browse files
committed
Most body comments in this project do not start uppercase
1 parent d28c613 commit 02ab55c

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
@@ -154,7 +154,7 @@ protected function validateCommonProperties(&$value, $schema = null, JsonPointer
154154
$this->addError(ConstraintError::REQUIRED(), $path, array('property' => $propertyName));
155155
}
156156
} else {
157-
// If the value is both undefined and not required, skip remaining checks
157+
// if the value is both undefined and not required, skip remaining checks
158158
// in this method which assume an actual, defined instance when validating.
159159
if ($value instanceof self) {
160160
return;

0 commit comments

Comments
 (0)