Skip to content

Commit 563c782

Browse files
style: update source code formatting according to PSR-12
1 parent a8b0e54 commit 563c782

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/src/Console/Commands/InstallCommand.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ class InstallCommand extends BaseConfigurationCommand
3939
public function handle()
4040
{
4141
if (!class_exists("\\Composer\\InstalledVersions")) {
42-
$this->line("<fg=red;bg=white>Some requirements could not be resolved. Please make sure you're using Composer >= 2.0 ");
42+
$this->line(
43+
"<fg=red;bg=white>Some requirements could not be resolved. " .
44+
"Please make sure you're using Composer >= 2.0 "
45+
);
4346
return;
4447
}
4548

0 commit comments

Comments
 (0)