Skip to content

Commit a51f997

Browse files
committed
Grammar fixes.
1 parent 1732306 commit a51f997

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

src/Authenticator/SessionAuthenticator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class SessionAuthenticator extends AbstractAuthenticator implements PersistenceI
3131
* Default config for this object.
3232
* - `fields` The fields to use to verify a user by.
3333
* - `sessionKey` Session key.
34-
* - `identify` Whether or not to identify user data stored in a session. This is
34+
* - `identify` Whether to identify user data stored in a session. This is
3535
* useful if you want to remotely end sessions that have a different password stored,
3636
* or if your identification logic needs additional conditions before a user can login.
3737
*

src/PasswordHasher/PasswordHasherTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ trait PasswordHasherTrait
1313
protected ?PasswordHasherInterface $_passwordHasher = null;
1414

1515
/**
16-
* Whether or not the user authenticated by this class
16+
* Whether the user authenticated by this class
1717
* requires their password to be rehashed with another algorithm.
1818
*
1919
* @var bool

src/UrlChecker/CakeRouterUrlChecker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class CakeRouterUrlChecker extends DefaultUrlChecker
2828
/**
2929
* Default Options
3030
*
31-
* - `checkFullUrl` Whether or not to check the full request URI.
31+
* - `checkFullUrl` Whether to check the full request URI.
3232
*
3333
* @var array
3434
*/

src/UrlChecker/DefaultUrlChecker.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ class DefaultUrlChecker implements UrlCheckerInterface
2626
/**
2727
* Default Options
2828
*
29-
* - `urlChecker` Whether or not to use `loginUrl` as regular expression(s).
30-
* - `checkFullUrl` Whether or not to check the full request URI.
29+
* - `urlChecker` Whether to use `loginUrl` as regular expression(s).
30+
* - `checkFullUrl` Whether to check the full request URI.
3131
*
3232
* @var array
3333
*/

0 commit comments

Comments
 (0)