Skip to content

Commit

Permalink
Merge pull request #83 from conjoon/dev
Browse files Browse the repository at this point in the history
style: update source code formatting according to PSR-12
  • Loading branch information
ThorstenSuckow authored Feb 3, 2023
2 parents ec1489e + 563c782 commit c2c8db4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/src/Console/Commands/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ class InstallCommand extends BaseConfigurationCommand
public function handle()
{
if (!class_exists("\\Composer\\InstalledVersions")) {
$this->line("<fg=red;bg=white>Some requirements could not be resolved. Please make sure you're using Composer >= 2.0 ");
$this->line(
"<fg=red;bg=white>Some requirements could not be resolved. " .
"Please make sure you're using Composer >= 2.0 "
);
return;
}

Expand Down

0 comments on commit c2c8db4

Please sign in to comment.