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 1081a70 commit 52b77d7Copy full SHA for 52b77d7
README.md
@@ -45,7 +45,7 @@ if ($validator->isValid()) {
45
```
46
###Type Coercion
47
If you're validating data passed to your application via HTTP, you can cast strings and booleans to the expected types defined by your schema:
48
-```
+```php
49
use JsonSchema\SchemaStorage;
50
use JsonSchema\Validator;
51
use JsonSchema\Constraints\Factory;
0 commit comments