Skip to content

Commit

Permalink
add php lang tag to code block (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
shmax authored and bighappyface committed Oct 27, 2016
1 parent 1081a70 commit 52b77d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ if ($validator->isValid()) {
```
###Type Coercion
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:
```
```php
use JsonSchema\SchemaStorage;
use JsonSchema\Validator;
use JsonSchema\Constraints\Factory;
Expand Down

0 comments on commit 52b77d7

Please sign in to comment.