Commit 5bdf965a authored by Jason Lewis's avatar Jason Lewis

Update the docblock for the CsrfFilter.

Signed-off-by: 's avatarJason Lewis <jason.lewis1991@gmail.com>
parent 56a1baed
...@@ -10,7 +10,11 @@ class CsrfFilter { ...@@ -10,7 +10,11 @@ class CsrfFilter {
/** /**
* Run the request filter. * Run the request filter.
* *
* @return mixed * @param \Illuminate\Routing\Route $route
* @param \Illuminate\Http\Request $request
* @return void
*
* @throws \Illuminate\Session\TokenMismatchException
*/ */
public function filter(Route $route, Request $request) public function filter(Route $route, Request $request)
{ {
...@@ -20,4 +24,4 @@ class CsrfFilter { ...@@ -20,4 +24,4 @@ class CsrfFilter {
} }
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment