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 5798b63 commit 407155eCopy full SHA for 407155e
src/JsonSchema/Validator.php
@@ -45,7 +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
+ * @phpstan-return int-mask-of<Validator::ERROR_*>
49
*/
50
public function validate(&$value, $schema = null, $checkMode = null)
51
{
0 commit comments