Skip to content

Commit

Permalink
fix phpstan issues
Browse files Browse the repository at this point in the history
  • Loading branch information
solverat committed Dec 18, 2024
1 parent 2c6ba8e commit 2052cc9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Manager/SsoIdentityManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ public function createSsoIdentity(UserInterface $user, string $provider, string
$key = File::getValidFilename(sprintf('%s-%s', $provider, $identifier));
$path = sprintf('%s/%s', $user->getRealFullPath(), $key);

/** @var SsoIdentityInterface|null $ssoIdentity */
$ssoIdentity = DataObject::getByPath($path);

if (!$ssoIdentity instanceof SsoIdentityInterface) {
Expand Down

0 comments on commit 2052cc9

Please # to comment.