Skip to content

Commit

Permalink
Fixed PHPDoc of Validator::validate() method (#587)
Browse files Browse the repository at this point in the history
  • Loading branch information
lyrixx authored and erayd committed Sep 6, 2019
1 parent e0197a6 commit 2fa9c72
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/JsonSchema/Validator.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ class Validator extends BaseConstraint
* The validation works as defined by the schema proposal in http://json-schema.org.
*
* Note that the first argument is passed by reference, so you must pass in a variable.
*
* {@inheritdoc}
*/
public function validate(&$value, $schema = null, $checkMode = null)
{
Expand Down

0 comments on commit 2fa9c72

Please sign in to comment.