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 af35293 commit 5798b63Copy full SHA for 5798b63
src/JsonSchema/Validator.php
@@ -45,6 +45,7 @@ class Validator extends BaseConstraint
45
* @return int
46
*
47
* @phpstan-param int-mask-of<Constraint::CHECK_MODE_*> $checkMode
48
+ * @phpstan-return int-mask-of<Validator::ERROR_*> $checkMode
49
*/
50
public function validate(&$value, $schema = null, $checkMode = null)
51
{
0 commit comments