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 bcd39f9 commit 476f328Copy full SHA for 476f328
src/bundle/Core/EventListener/ApplicationCommandListener.php
@@ -36,7 +36,7 @@ public function onConsoleCommand(ConsoleCommandEvent $event): void
36
}
37
38
$inputDefinition = $application->getDefinition();
39
- if (false === $inputDefinition->hasOption('siteaccess')) {
+ if (!$inputDefinition->hasOption('siteaccess')) {
40
$inputDefinition->addOption(new InputOption(
41
'siteaccess',
42
null,
0 commit comments