We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b04b207 commit f0d91fdCopy full SHA for f0d91fd
src/JsonSchema/Constraints/CollectionConstraint.php
@@ -50,7 +50,7 @@ public function check(&$value, $schema = null, ?JsonPointer $path = null, $i = n
50
}
51
52
53
- $this->validateItems($value, $schema, $path, $i);
+ $this->validateItems($value, $schema, $path, $i);
54
55
56
/**
0 commit comments