We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5005ea5 commit a1312e5Copy full SHA for a1312e5
1 file changed
src/EventSubscriber/OrganisationEventSubscriber.php
@@ -60,7 +60,6 @@ public function setOrganisationUserId(OrganisationUserIdEvent $event): void {
60
if ($plugin->isAuthenticated()) {
61
$userId = $plugin->fetchValue('nameidentifier');
62
if (!empty($userId)) {
63
- /* @phpstan-ignore-next-line */
64
$event->setUserId($userId);
65
}
66
0 commit comments