We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
environment
1 parent a761e81 commit fa1fd0fCopy full SHA for fa1fd0f
src/Command/Php/PhpVersionCommand.php
@@ -43,7 +43,7 @@ protected function configure()
43
*/
44
protected function perform(InputInterface $input, OutputInterface $output)
45
{
46
- $environment = (string) $this->getStringOption($input, 'environment');
+ $environment = $this->getStringArgument($input, 'environment');
47
48
$output->info(sprintf('Getting PHP version information from the "<comment>%s</comment>" environment', $environment));
49
0 commit comments