Skip to content

Commit

Permalink
fix: code style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
datamweb authored Nov 2, 2024
1 parent afdeea6 commit fac05a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Authentication/Authenticators/Session.php
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ public function getAction(): ?ActionInterface
*/
public function checkAction(UserIdentity $identity, string $token): bool
{
if(!$this->loggedIn() && !$this->isPending()) {
if (! $this->loggedIn() && ! $this->isPending()) {
throw new LogicException('Cannot get the User.');
}

Expand Down

0 comments on commit fac05a5

Please sign in to comment.