Commit d8a4b6a6 authored by Fabien Potencier's avatar Fabien Potencier

minor #1056 Grammar correction (okj579)

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

Discussion
----------

Grammar correction

Commits
-------

29004259 Grammar correction
parents 2603afb3 29004259
...@@ -147,7 +147,7 @@ Short-circuiting the Controller ...@@ -147,7 +147,7 @@ Short-circuiting the Controller
------------------------------- -------------------------------
If a before middleware returns a Response object, the Request handling is If a before middleware returns a Response object, the Request handling is
short-circuited (the next middlewares won't be run, neither the route short-circuited (the next middlewares won't be run, nor the route
callback), and the Response is passed to the after middlewares right away:: callback), and the Response is passed to the after middlewares right away::
$app->before(function (Request $request) { $app->before(function (Request $request) {
......
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