Skip to content

Commit 324bcb7

Browse files
committed
docs: fix @return type
1 parent 95a9c62 commit 324bcb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Filters/JWTAuth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class JWTAuth implements FilterInterface
3232
*
3333
* @param array|null $arguments
3434
*
35-
* @return Response|void
35+
* @return ResponseInterface|void
3636
*/
3737
public function before(RequestInterface $request, $arguments = null)
3838
{

0 commit comments

Comments
 (0)