mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-16 21:35:36 +08:00
PhPStAN fIX
This commit is contained in:
@@ -20,4 +20,3 @@ parameters:
|
|||||||
analyseAndScan:
|
analyseAndScan:
|
||||||
- ./src/globals/ext-tests/
|
- ./src/globals/ext-tests/
|
||||||
- ./src/globals/test-extensions.php
|
- ./src/globals/test-extensions.php
|
||||||
- ./src/SPC/
|
|
||||||
|
|||||||
@@ -698,6 +698,7 @@ C_CODE;
|
|||||||
$output_label = match ($sapi) {
|
$output_label = match ($sapi) {
|
||||||
'php-cli' => 'Binary path for cli SAPI',
|
'php-cli' => 'Binary path for cli SAPI',
|
||||||
'php-cgi' => 'Binary path for cgi SAPI',
|
'php-cgi' => 'Binary path for cgi SAPI',
|
||||||
|
/* @phpstan-ignore-next-line */
|
||||||
'php-micro' => 'Binary path for micro SAPI',
|
'php-micro' => 'Binary path for micro SAPI',
|
||||||
default => null,
|
default => null,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user