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 3465431 commit 2d51dd4Copy full SHA for 2d51dd4
src/EventSubscriber/MandatoryGitlabSyncSubscriber.php
@@ -43,7 +43,7 @@ public function __invoke(RequestEvent $event): void
43
return;
44
}
45
46
- // skip if already controller is whitelisted
+ // skip if the controller is whitelisted
47
$attributes = $event->getRequest()->attributes->all();
48
if (in_array($attributes['_controller'] ?? '', self::ALLOWED_CONTROLLERS, true)) {
49
0 commit comments