Skip to content

Commit d7c07bd

Browse files
committed
Merge remote-tracking branch 'origin/bugfix-filter' into bugfix-filter
2 parents bbe0755 + 22d7f45 commit d7c07bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/Filters/CSRF.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class CSRF implements FilterInterface
7272
* @param array|null $arguments
7373
*
7474
* @return mixed
75-
* @throws \CodeIgniter\Security\Exceptions\SecurityException
75+
* @throws \Exception
7676
*/
7777
public function before(RequestInterface $request, $arguments = null)
7878
{

0 commit comments

Comments
 (0)