Skip to content

Commit 2fa9c72

Browse files
lyrixxerayd
authored andcommitted
Fixed PHPDoc of Validator::validate() method (#587)
1 parent e0197a6 commit 2fa9c72

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/JsonSchema/Validator.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ class Validator extends BaseConstraint
3535
* The validation works as defined by the schema proposal in http://json-schema.org.
3636
*
3737
* Note that the first argument is passed by reference, so you must pass in a variable.
38-
*
39-
* {@inheritdoc}
4038
*/
4139
public function validate(&$value, $schema = null, $checkMode = null)
4240
{

0 commit comments

Comments
 (0)