We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceffa85 commit 0242d49Copy full SHA for 0242d49
1 file changed
src/Php70/README.md
@@ -16,7 +16,7 @@ Compatibility notes
16
===================
17
18
To write portable code between PHP5 and PHP7, some care must be taken:
19
-- `\*Error` exceptions must by caught before `\Exception`;
+- `\*Error` exceptions must be caught before `\Exception`;
20
- after calling `error_clear_last()`, the result of `$e = error_get_last()` must be
21
verified using `isset($e['message'][0])` instead of `null === $e`.
22
0 commit comments