1
0
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:
Erayd 2019-02-27 10:30:31 +13:00 committed by Ayesh Karunaratne
parent 0222bebfd2
commit 0e9cd68669
No known key found for this signature in database
GPG Key ID: 2CA18B2097A7429A

@ -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;