Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zakirullin committed Jan 17, 2021
1 parent 826c66f commit c63e76b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -79,7 +79,7 @@ $config['param']->findInt(); // UnexpectedTypeException
$config['param']->findAsInt(); // 1
```

As you you might notice, type casting is performed while using `(find|get)As*` methods.
As you might notice, type casting is performed while using `(find|get)As*` methods.
Having trouble grasping `get*()`/`find*()`? Check out brilliant [Ocramius's slides](https://ocramius.github.io/doctrine-best-practices/#/94).

## Type casting with Mess is rather predictable
Expand Down

0 comments on commit c63e76b

Please sign in to comment.