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 afe6a4f commit 447abb0Copy full SHA for 447abb0
src/InfoCommand.php
@@ -27,7 +27,7 @@ public function __construct(MagentoComposerApplication $magentoComposerApplicati
27
}
28
29
/**
30
- * Runs InfoCommand command
+ * Runs composer info command
31
*
32
* @param string $package
33
* @param bool $installed
@@ -44,9 +44,7 @@ public function run($package, $installed = false)
44
$result = [];
45
46
try {
47
- $output = $this->magentoComposerApplication->runComposerCommand(
48
- $commandParameters
49
- );
+ $output = $this->magentoComposerApplication->runComposerCommand($commandParameters);
50
} catch (\RuntimeException $e) {
51
return false;
52
0 commit comments