Skip to content

Commit 379008a

Browse files
committed
Optimize DumpParametersCommand
1 parent 6bdc25a commit 379008a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/DumpParametersCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
7070
$inceptionResult = CommandHelper::begin(
7171
$input,
7272
$output,
73-
['.'],
73+
[],
7474
$memoryLimit,
7575
$autoloadFile,
7676
$this->composerAutoloaderProjectPaths,

0 commit comments

Comments
 (0)