Skip to content

Commit 549200f

Browse files
committed
docs: update comment
1 parent 9c5c5a9 commit 549200f

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

src/Filters/ChainAuth.php

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
use CodeIgniter\HTTP\IncomingRequest;
1818
use CodeIgniter\HTTP\RedirectResponse;
1919
use CodeIgniter\HTTP\RequestInterface;
20-
use CodeIgniter\HTTP\Response;
2120
use CodeIgniter\HTTP\ResponseInterface;
2221

2322
/**
@@ -29,14 +28,8 @@
2928
class ChainAuth implements FilterInterface
3029
{
3130
/**
32-
* Do whatever processing this filter needs to do.
33-
* By default it should not return anything during
34-
* normal execution. However, when an abnormal state
35-
* is found, it should return an instance of
36-
* CodeIgniter\HTTP\Response. If it does, script
37-
* execution will end and that Response will be
38-
* sent back to the client, allowing for error pages,
39-
* redirects, etc.
31+
* Checks authenticators in sequence to see if the user is logged in through
32+
* either of authenticators.
4033
*
4134
* @param array|null $arguments
4235
*

0 commit comments

Comments
 (0)