Skip to content

Commit 4230efd

Browse files
dabrtgithub-actions[bot]
authored andcommitted
PHP & JS CS Fixes
1 parent 9316997 commit 4230efd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

code_samples/back_office/menu/menu_item/src/EventSubscriber/HelpMenuSubscriber.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ final class HelpMenuSubscriber implements EventSubscriberInterface
1111
{
1212
public function __construct(
1313
private readonly bool $kernelDebug
14-
) {}
14+
) {
15+
}
1516

1617
public static function getSubscribedEvents(): array
1718
{

0 commit comments

Comments
 (0)