Skip to content

Commit a1312e5

Browse files
committed
Removed redundant phpstan ignore
1 parent 5005ea5 commit a1312e5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/EventSubscriber/OrganisationEventSubscriber.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ public function setOrganisationUserId(OrganisationUserIdEvent $event): void {
6060
if ($plugin->isAuthenticated()) {
6161
$userId = $plugin->fetchValue('nameidentifier');
6262
if (!empty($userId)) {
63-
/* @phpstan-ignore-next-line */
6463
$event->setUserId($userId);
6564
}
6665
}

0 commit comments

Comments
 (0)