mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-03 23:05:41 +08:00
PhPStAN fIX
This commit is contained in:
@@ -20,4 +20,3 @@ parameters:
|
||||
analyseAndScan:
|
||||
- ./src/globals/ext-tests/
|
||||
- ./src/globals/test-extensions.php
|
||||
- ./src/SPC/
|
||||
|
||||
@@ -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