PhPStAN fIX

This commit is contained in:
crazywhalecc
2026-04-12 13:32:43 +08:00
parent f327dda615
commit 6ee4759444
2 changed files with 1 additions and 1 deletions

View File

@@ -20,4 +20,3 @@ parameters:
analyseAndScan:
- ./src/globals/ext-tests/
- ./src/globals/test-extensions.php
- ./src/SPC/

View File

@@ -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,
};