Merge pull request #4861 from unstoppablecarl/middleware-priority-comment

[5.7] Update Kernel.php
This commit is contained in:
Dries Vints 2018-11-22 10:26:38 +01:00 committed by GitHub
commit 3f09521d01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ class Kernel extends HttpKernel
/** /**
* The priority-sorted list of middleware. * The priority-sorted list of middleware.
* *
* This forces the listed middleware to always be in the given order. * This forces non-global middleware to always be in the given order.
* *
* @var array * @var array
*/ */