mirror of
https://github.com/justinrainbow/json-schema.git
synced 2025-05-13 01:45:19 +02:00
Most body comments in this project do not start uppercase
This commit is contained in:
parent
0222bebfd2
commit
0e9cd68669
@ -151,7 +151,7 @@ class UndefinedConstraint extends Constraint
|
||||
);
|
||||
}
|
||||
} 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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user