Completed
Push — master ( 1ebdb8...3ef3e4 )
by Craig
05:10
created
src/system/ExtensionsModule/Command/ZikulaExtensionSyncCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
     protected function execute(InputInterface $input, OutputInterface $output): int
47 47
     {
48 48
         $io = new SymfonyStyle($input, $output);
49
-        $include = null !== $input->getArgument('include core') ? (bool) $input->getArgument('include core') : false;
49
+        $include = null !== $input->getArgument('include core') ? (bool)$input->getArgument('include core') : false;
50 50
 
51 51
         $extensionsInFileSystem = $this->bundleSyncHelper->scanForBundles($include);
52 52
         if (empty($extensionsInFileSystem)) {
Please login to merge, or discard this patch.