Skip to content

Commit 68c706e

Browse files
committed
prettify
1 parent d81c748 commit 68c706e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/SPC/command/BuildPHPCommand.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,12 @@ public function handle(): int
7979

8080
if ($rule === BUILD_TARGET_NONE) {
8181
$this->output->writeln('<error>Please add at least one build SAPI!</error>');
82-
$this->output->writeln("<comment>\t--build-cli\tBuild php-cli SAPI</comment>");
83-
$this->output->writeln("<comment>\t--build-micro\tBuild phpmicro SAPI</comment>");
84-
$this->output->writeln("<comment>\t--build-fpm\tBuild php-fpm SAPI</comment>");
85-
$this->output->writeln("<comment>\t--build-embed\tBuild embed SAPI/libphp</comment>");
82+
$this->output->writeln("<comment>\t--build-cli\t\tBuild php-cli SAPI</comment>");
83+
$this->output->writeln("<comment>\t--build-micro\t\tBuild phpmicro SAPI</comment>");
84+
$this->output->writeln("<comment>\t--build-fpm\t\tBuild php-fpm SAPI</comment>");
85+
$this->output->writeln("<comment>\t--build-embed\t\tBuild embed SAPI/libphp</comment>");
8686
$this->output->writeln("<comment>\t--build-frankenphp\tBuild FrankenPHP SAPI/libphp</comment>");
87-
$this->output->writeln("<comment>\t--build-all\tBuild all SAPI: cli, micro, fpm, embed, frankenphp</comment>");
87+
$this->output->writeln("<comment>\t--build-all\t\tBuild all SAPI: cli, micro, fpm, embed, frankenphp</comment>");
8888
return static::FAILURE;
8989
}
9090
if ($rule === BUILD_TARGET_ALL) {

0 commit comments

Comments
 (0)