Skip to content

Commit b8f5b7a

Browse files
committed
[#39326] Fix PHP 7.2 heredoc syntax
1 parent 70ef5b3 commit b8f5b7a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Symfony/Bundle/SecurityBundle/Command/DebugFirewallCommand.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ protected function configure(): void
7474
7575
<info>php %command.full_name% --events $exampleName</info>
7676
77-
EOF)
77+
EOF
78+
)
7879
->setDefinition([
7980
new InputArgument('name', InputArgument::OPTIONAL, sprintf('A firewall name (for example "%s")', $exampleName)),
8081
new InputOption('events', null, InputOption::VALUE_NONE, 'Include a list of event listeners (only available in combination with the "name" argument)'),

0 commit comments

Comments
 (0)