Commit bf071d40 authored by Fabien Potencier's avatar Fabien Potencier

minor #1284 fix typo (nicoder)

This PR was submitted for the master branch but it was merged into the 1.3 branch instead (closes #1284).

Discussion
----------

fix typo

Commits
-------

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