Added @throws TokenMismatchException
Since modern IDE's will expect you to define the @throws attribute, added this to the Docblock.
This commit is contained in:
parent
e16868571b
commit
75cc5a7e2e
|
@ -11,6 +11,7 @@ class CsrfMiddleware implements Middleware {
|
||||||
*
|
*
|
||||||
* @param \Illuminate\Http\Request $request
|
* @param \Illuminate\Http\Request $request
|
||||||
* @param \Closure $next
|
* @param \Closure $next
|
||||||
|
* @throws TokenMismatchException
|
||||||
* @return mixed
|
* @return mixed
|
||||||
*/
|
*/
|
||||||
public function handle($request, Closure $next)
|
public function handle($request, Closure $next)
|
||||||
|
|
Loading…
Reference in New Issue