diff options
Diffstat (limited to 'Core/Authentication/AuthenticationTrustResolver.php')
-rw-r--r-- | Core/Authentication/AuthenticationTrustResolver.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/Authentication/AuthenticationTrustResolver.php b/Core/Authentication/AuthenticationTrustResolver.php index d030459..c66661a 100644 --- a/Core/Authentication/AuthenticationTrustResolver.php +++ b/Core/Authentication/AuthenticationTrustResolver.php @@ -24,7 +24,7 @@ class AuthenticationTrustResolver implements AuthenticationTrustResolverInterfac private $rememberMeClass; /** - * Constructor + * Constructor. * * @param string $anonymousClass * @param string $rememberMeClass |