Skip to content

Commit 6ee4759

Browse files
committed
PhPStAN fIX
1 parent f327dda commit 6ee4759

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

phpstan.neon

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,3 @@ parameters:
2020
analyseAndScan:
2121
- ./src/globals/ext-tests/
2222
- ./src/globals/test-extensions.php
23-
- ./src/SPC/

src/Package/Target/php/windows.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -698,6 +698,7 @@ protected function deployWindowsBinary(PackageBuilder $builder, TargetPackage $p
698698
$output_label = match ($sapi) {
699699
'php-cli' => 'Binary path for cli SAPI',
700700
'php-cgi' => 'Binary path for cgi SAPI',
701+
/* @phpstan-ignore-next-line */
701702
'php-micro' => 'Binary path for micro SAPI',
702703
default => null,
703704
};

0 commit comments

Comments
 (0)