Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zakirullin committed Aug 3, 2020
1 parent d0e9f38 commit 808f24d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -31,7 +31,7 @@ $userId = (new Mess($queryParams))['userId']->getAsInt();
## Type casting with Mess is rather predictable

```php
'\d+' => int // OK`
'\d+' => int // OK
'buzz12' => int // UncastableValueException
bool => int // UncastableValueException
array => int // UncastableValueException
Expand Down Expand Up @@ -113,5 +113,6 @@ Where does mess come from?

- Deserialized data
- Request `body`/`query`
- `API` responses
- `API` response
- Config
- etc.

0 comments on commit 808f24d

Please sign in to comment.