Skip to content

Commit efc2e47

Browse files
committed
Phpstorm keeps change the @throws doc
1 parent d7c07bd commit efc2e47

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 \Exception
75+
* @throws \CodeIgniter\Security\Exceptions\SecurityException
7676
*/
7777
public function before(RequestInterface $request, $arguments = null)
7878
{

0 commit comments

Comments
 (0)