Skip to content

Commit 8ba2f94

Browse files
committed
Remove comment referencing json_decode()
1 parent e16d888 commit 8ba2f94

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/JsonSchema/Validator.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ public function coerce(&$value, $schema = null)
5757

5858
/**
5959
* Validates the given data against the schema and returns an object containing the results
60-
* Both the php object and the schema are supposed to be a result of a json_decode call.
6160
* The validation works as defined by the schema proposal in http://json-schema.org.
6261
*
6362
* @param mixed $value Decoded JSON document to validate

0 commit comments

Comments
 (0)