Skip to content

Commit

Permalink
Fix middlewarePriority docblock (laravel#7539)
Browse files Browse the repository at this point in the history
Make sure the PHPDoc type matches the current Foundation value.
  • Loading branch information
julesjanssen authored Dec 29, 2021
1 parent 5433906 commit 7ed7266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middleware.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ Rarely, you may need your middleware to execute in a specific order but not have
*
* This forces non-global middleware to always be in the given order.
*
* @var array
* @var string[]
*/
protected $middlewarePriority = [
\Illuminate\Cookie\Middleware\EncryptCookies::class,
Expand Down

0 comments on commit 7ed7266

Please sign in to comment.