mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-05 15:55:39 +08:00
PhPStAN fIX
This commit is contained in:
@@ -698,6 +698,7 @@ C_CODE;
|
||||
$output_label = match ($sapi) {
|
||||
'php-cli' => 'Binary path for cli SAPI',
|
||||
'php-cgi' => 'Binary path for cgi SAPI',
|
||||
/* @phpstan-ignore-next-line */
|
||||
'php-micro' => 'Binary path for micro SAPI',
|
||||
default => null,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user