Skip to content

Commit 476f328

Browse files
Steveb-pciastektk
andauthored
Update src/bundle/Core/EventListener/ApplicationCommandListener.php
Co-authored-by: Tomasz Kryszan <[email protected]>
1 parent bcd39f9 commit 476f328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bundle/Core/EventListener/ApplicationCommandListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function onConsoleCommand(ConsoleCommandEvent $event): void
3636
}
3737

3838
$inputDefinition = $application->getDefinition();
39-
if (false === $inputDefinition->hasOption('siteaccess')) {
39+
if (!$inputDefinition->hasOption('siteaccess')) {
4040
$inputDefinition->addOption(new InputOption(
4141
'siteaccess',
4242
null,

0 commit comments

Comments
 (0)