Skip to content

Commit

Permalink
fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
LordSimal committed Sep 5, 2023
1 parent ce61c60 commit 5fa2077
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Identity.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ public function __construct(AuthorizationServiceInterface $service, AuthenIdenti
/**
* Get the primary key/id field for the identity.
*
* @return string|int|null|array
* @return array|string|int|null
*/
public function getIdentifier(): string|int|null|array
public function getIdentifier(): string|int|array|null
{
return $this->identity->getIdentifier();
}
Expand Down

0 comments on commit 5fa2077

Please sign in to comment.