Commit 91091374 authored by Fabien Potencier's avatar Fabien Potencier

merged branch opatry/master (PR #754)

This PR was merged into the master branch.

Discussion
----------

missing word

simple documentation fix because of missing word in a comment.

Commits
-------

d25a75b2 missing word
parents caa5a05a d25a75b2
......@@ -511,7 +511,7 @@ You can restrict an error handler to only handle some Exception classes by
setting a more specific type hint for the Closure argument::
$app->error(function (\LogicException $e, $code) {
// this handler will only \LogicException exceptions
// this handler will only handle \LogicException exceptions
// and exceptions that extends \LogicException
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment