Browse Source

Added @throws TokenMismatchException

Since modern IDE's will expect you to define the @throws attribute, added this to the Docblock.
John in 't Hout 10 years ago
parent
commit
75cc5a7e2e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/Http/Middleware/CsrfMiddleware.php

+ 1 - 0
app/Http/Middleware/CsrfMiddleware.php

@@ -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)