[#39326] Fix PHP 7.2 heredoc syntax

This commit is contained in:
Wouter de Jong 2021-02-19 19:16:31 +01:00
parent 70ef5b364c
commit b8f5b7ab3b

View File

@ -74,7 +74,8 @@ To include all events and event listeners for a specific firewall, use the
<info>php %command.full_name% --events $exampleName</info> <info>php %command.full_name% --events $exampleName</info>
EOF) EOF
)
->setDefinition([ ->setDefinition([
new InputArgument('name', InputArgument::OPTIONAL, sprintf('A firewall name (for example "%s")', $exampleName)), new InputArgument('name', InputArgument::OPTIONAL, sprintf('A firewall name (for example "%s")', $exampleName)),
new InputOption('events', null, InputOption::VALUE_NONE, 'Include a list of event listeners (only available in combination with the "name" argument)'), new InputOption('events', null, InputOption::VALUE_NONE, 'Include a list of event listeners (only available in combination with the "name" argument)'),