Merge pull request #4693 from laravel/analysis-8PAgMA

Apply fixes from StyleCI
This commit is contained in:
Taylor Otwell 2018-07-03 09:39:25 -05:00 committed by GitHub
commit d4e1b931dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ class VerifyCsrfToken extends Middleware
protected $except = [ protected $except = [
// //
]; ];
/** /**
* Indicates whether the XSRF-TOKEN cookie should be set on the response. * Indicates whether the XSRF-TOKEN cookie should be set on the response.
* *