Skip to content

Commit 2d51dd4

Browse files
frankdekkerCopilot
andauthored
Update src/EventSubscriber/MandatoryGitlabSyncSubscriber.php
Co-authored-by: Copilot <[email protected]>
1 parent 3465431 commit 2d51dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EventSubscriber/MandatoryGitlabSyncSubscriber.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function __invoke(RequestEvent $event): void
4343
return;
4444
}
4545

46-
// skip if already controller is whitelisted
46+
// skip if the controller is whitelisted
4747
$attributes = $event->getRequest()->attributes->all();
4848
if (in_array($attributes['_controller'] ?? '', self::ALLOWED_CONTROLLERS, true)) {
4949
return;

0 commit comments

Comments
 (0)