Skip to content

Commit

Permalink
Most body comments in this project do not start uppercase
Browse files Browse the repository at this point in the history
  • Loading branch information
erayd authored and Ayesh committed May 16, 2020
1 parent 0222beb commit 0e9cd68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JsonSchema/Constraints/UndefinedConstraint.php
Expand Up @@ -151,7 +151,7 @@ protected function validateCommonProperties(&$value, $schema, JsonPointer $path,
);
}
} else {
// If the value is both undefined and not required, skip remaining checks
// if the value is both undefined and not required, skip remaining checks
// in this method which assume an actual, defined instance when validating.
if ($value instanceof self) {
return;
Expand Down

0 comments on commit 0e9cd68

Please sign in to comment.