Skip to content

Commit 52b77d7

Browse files
shmaxbighappyface
authored andcommitted
add php lang tag to code block (#328)
1 parent 1081a70 commit 52b77d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ if ($validator->isValid()) {
4545
```
4646
###Type Coercion
4747
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-
```
48+
```php
4949
use JsonSchema\SchemaStorage;
5050
use JsonSchema\Validator;
5151
use JsonSchema\Constraints\Factory;

0 commit comments

Comments
 (0)