Commit 21ae66cd authored by Nicolas Dermine's avatar Nicolas Dermine Committed by Fabien Potencier

fix typo

parent b08feecf
...@@ -494,7 +494,7 @@ setting a more specific type hint for the Closure argument:: ...@@ -494,7 +494,7 @@ setting a more specific type hint for the Closure argument::
$app->error(function (\LogicException $e, $code) { $app->error(function (\LogicException $e, $code) {
// this handler will only handle \LogicException exceptions // this handler will only handle \LogicException exceptions
// and exceptions that extends \LogicException // and exceptions that extend \LogicException
}); });
.. note:: .. note::
......
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