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:
John in 't Hout 2014-10-09 23:28:45 +02:00
parent e16868571b
commit 75cc5a7e2e
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ class CsrfMiddleware implements Middleware {
*
* @param \Illuminate\Http\Request $request
* @param \Closure $next
* @throws TokenMismatchException
* @return mixed
*/
public function handle($request, Closure $next)