Skip to content

Commit 826ca41

Browse files
committed
docs: improve comments
1 parent fdd5bcb commit 826ca41

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/Config/AuthToken.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
use CodeIgniter\Config\BaseConfig;
88

99
/**
10-
* Authenticator Configuration for Token Auth and HMAC Auth
10+
* Configuration for Token Auth and HMAC Auth
1111
*/
1212
class AuthToken extends BaseConfig
1313
{
1414
/**
1515
* --------------------------------------------------------------------
16-
* Record Login Attempts for Token and HMAC Authorization
16+
* Record Login Attempts for Token Auth and HMAC Auth
1717
* --------------------------------------------------------------------
1818
* Specify which login attempts are recorded in the database.
1919
*

src/Filters/TokenAuth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class TokenAuth implements FilterInterface
2121
{
2222
/**
2323
* Do whatever processing this filter needs to do.
24-
* By default it should not return anything during
24+
* By default, it should not return anything during
2525
* normal execution. However, when an abnormal state
2626
* is found, it should return an instance of
2727
* CodeIgniter\HTTP\Response. If it does, script

0 commit comments

Comments
 (0)