Skip to content

Commit 6bbd3d1

Browse files
lyrixxerayd
authored andcommitted
Fixed PHPDoc of Validator::validate() method (jsonrainbow#587)
1 parent 27cc889 commit 6bbd3d1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/JsonSchema/Validator.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ class Validator extends BaseConstraint
3434
* Both the php object and the schema are supposed to be a result of a json_decode call.
3535
* The validation works as defined by the schema proposal in http://json-schema.org.
3636
*
37-
* Note that the first argument is passwd by reference, so you must pass in a variable.
38-
*
39-
* {@inheritdoc}
37+
* Note that the first argument is passed by reference, so you must pass in a variable.
4038
*/
4139
public function validate(&$value, $schema = null, $checkMode = null)
4240
{

0 commit comments

Comments
 (0)