Skip to content

Commit 407155e

Browse files
authored
Update Validator.php
1 parent 5798b63 commit 407155e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JsonSchema/Validator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class Validator extends BaseConstraint
4545
* @return int
4646
*
4747
* @phpstan-param int-mask-of<Constraint::CHECK_MODE_*> $checkMode
48-
* @phpstan-return int-mask-of<Validator::ERROR_*> $checkMode
48+
* @phpstan-return int-mask-of<Validator::ERROR_*>
4949
*/
5050
public function validate(&$value, $schema = null, $checkMode = null)
5151
{

0 commit comments

Comments
 (0)