Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Nielsvanpach authored and actions-user committed May 31, 2021
1 parent ac1fd0c commit 7c7e963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/BaseCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function run(InputInterface $input, OutputInterface $output): int
return parent::run($input, $output);
}

protected function runningInConsole(): bool
protected function runningInConsole(): bool
{
return in_array(php_sapi_name(), ['cli', 'phpdbg']);
}
Expand Down

0 comments on commit 7c7e963

Please sign in to comment.