Skip to content

Commit 2ac8fd5

Browse files
committed
Fix syntax.
1 parent 5105cdd commit 2ac8fd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Authenticator/TokenAuthenticator.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ class TokenAuthenticator extends AbstractAuthenticator implements StatelessInter
4545
* @return \Authentication\Identifier\IdentifierInterface
4646
*/
4747
public function getIdentifier(): IdentifierInterface
48+
{
4849
return $this->_identifier ??= IdentifierFactory::create('Authentication.Token');
4950
}
5051

0 commit comments

Comments
 (0)