Skip to content

Commit bcfd0a1

Browse files
committed
refactor: run rector
1 parent b66bce7 commit bcfd0a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Authentication/Authenticators/Session.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ public function loggedIn(): bool
266266
{
267267
$this->checkUserState();
268268

269-
return (bool) ($this->userState === self::STATE_LOGGED_IN);
269+
return $this->userState === self::STATE_LOGGED_IN;
270270
}
271271

272272
/**

0 commit comments

Comments
 (0)