Skip to content

New world: single-pass expression processing through ExpressionResult callbacks #30513

New world: single-pass expression processing through ExpressionResult callbacks

New world: single-pass expression processing through ExpressionResult callbacks #30513

Triggered via pull request June 11, 2026 06:56
Status Failure
Total duration 7m 39s
Artifacts 5

static-analysis.yml

on: pull_request
Generate baseline
3m 14s
Generate baseline
Generate PHP baseline
3m 7s
Generate PHP baseline
Matrix: PHPStan with result cache
Matrix: PHPStan
Fit to window
Zoom out
Zoom in

Annotations

122 errors, 9 warnings, and 14 notices
PHPStan (8.5, ubuntu-latest)
Process completed with exit code 2.
PHPStan (8.5, ubuntu-latest)
Child process error: PHPStan process crashed because it reached configured PHP memory limit: 599M Increase your memory limit in php.ini or run PHPStan with --memory-limit CLI option. while running parallel worker
PHPStan (8.4, ubuntu-latest)
Process completed with exit code 2.
PHPStan (8.4, ubuntu-latest)
Child process error: PHPStan process crashed because it reached configured PHP memory limit: 599M Increase your memory limit in php.ini or run PHPStan with --memory-limit CLI option. while running parallel worker
PHPStan with result cache (8.4)
Process completed with exit code 2.
PHPStan with result cache (8.4)
Child process error: PHPStan process crashed because it reached configured PHP memory limit: 599M Increase your memory limit in php.ini or run PHPStan with --memory-limit CLI option. while running parallel worker
PHPStan (8.2, ubuntu-latest): src/Analyser/ExprHandler/MethodCallHandler.php#L409
Expression on left side of ?? is not nullable.
PHPStan (8.2, ubuntu-latest): src/Analyser/ExprHandler/MethodCallHandler.php#L150
Expression on left side of ?? is not nullable.
PHPStan (8.2, ubuntu-latest): src/Analyser/ExprHandler/MatchHandler.php#L485
Variable $armBodyFinalScope on left side of ?? always exists and is not nullable.
PHPStan (8.2, ubuntu-latest): src/Analyser/ExprHandler/InterpolatedStringHandler.php#L130
Variable $resultType on left side of ?? always exists and is not nullable.
PHPStan (8.2, ubuntu-latest): src/Analyser/ExprHandler/Helper/DefaultNarrowingHelper.php#L124
You're passing a non-default value array<string, array{PhpParser\Node\Expr, PHPStan\Type\Type}> to parameter $sureNotTypes but previous argument is passing default value to its parameter ($sureTypes). You can skip it and use named argument for $sureNotTypes instead.
PHPStan (8.2, ubuntu-latest): src/Analyser/ExprHandler/FuncCallHandler.php#L1459
Expression on left side of ?? is not nullable.
PHPStan (8.2, ubuntu-latest): src/Analyser/ExprHandler/FuncCallHandler.php#L862
Expression on left side of ?? is not nullable.
PHPStan (8.2, ubuntu-latest): src/Analyser/ExprHandler/FuncCallHandler.php#L188
Expression on left side of ?? is not nullable.
PHPStan (8.2, ubuntu-latest): src/Analyser/ConstantResolver.php#L465
Expression on left side of ?? is not nullable.
PHPStan (8.2, ubuntu-latest): src/Analyser/AnalyserResultFinalizer.php#L117
Expression on left side of ?? is not nullable.
PHPStan with result cache (8.3)
Process completed with exit code 2.
PHPStan with result cache (8.3)
Child process error: PHPStan process crashed because it reached configured PHP memory limit: 599M Increase your memory limit in php.ini or run PHPStan with --memory-limit CLI option. while running parallel worker
PHPStan with result cache (8.2): src/Analyser/ExprHandler/MethodCallHandler.php#L409
Expression on left side of ?? is not nullable.
PHPStan with result cache (8.2): src/Analyser/ExprHandler/MethodCallHandler.php#L150
Expression on left side of ?? is not nullable.
PHPStan with result cache (8.2): src/Analyser/ExprHandler/MatchHandler.php#L485
Variable $armBodyFinalScope on left side of ?? always exists and is not nullable.
PHPStan with result cache (8.2): src/Analyser/ExprHandler/InterpolatedStringHandler.php#L130
Variable $resultType on left side of ?? always exists and is not nullable.
PHPStan with result cache (8.2): src/Analyser/ExprHandler/Helper/DefaultNarrowingHelper.php#L124
You're passing a non-default value array<string, array{PhpParser\Node\Expr, PHPStan\Type\Type}> to parameter $sureNotTypes but previous argument is passing default value to its parameter ($sureTypes). You can skip it and use named argument for $sureNotTypes instead.
PHPStan with result cache (8.2): src/Analyser/ExprHandler/FuncCallHandler.php#L1459
Expression on left side of ?? is not nullable.
PHPStan with result cache (8.2): src/Analyser/ExprHandler/FuncCallHandler.php#L862
Expression on left side of ?? is not nullable.
PHPStan with result cache (8.2): src/Analyser/ExprHandler/FuncCallHandler.php#L188
Expression on left side of ?? is not nullable.
PHPStan with result cache (8.2): src/Analyser/ConstantResolver.php#L465
Expression on left side of ?? is not nullable.
PHPStan with result cache (8.2): src/Analyser/AnalyserResultFinalizer.php#L117
Expression on left side of ?? is not nullable.
PHPStan (8.3, ubuntu-latest)
Process completed with exit code 2.
PHPStan (8.3, ubuntu-latest)
Child process error: PHPStan process crashed because it reached configured PHP memory limit: 599M Increase your memory limit in php.ini or run PHPStan with --memory-limit CLI option. while running parallel worker
PHPStan with result cache (8.5)
Process completed with exit code 2.
PHPStan with result cache (8.5)
Child process error: PHPStan process crashed because it reached configured PHP memory limit: 599M Increase your memory limit in php.ini or run PHPStan with --memory-limit CLI option. while running parallel worker
Generate PHP baseline
Process completed with exit code 2.
Generate PHP baseline: src/Analyser/MutatingScope.php#L3533
No error with identifier minus.rightNonNumeric is reported on line 3533.
Generate PHP baseline: src/Analyser/MutatingScope.php#L3533
No error with identifier minus.leftNonNumeric is reported on line 3533.
Generate PHP baseline: src/Analyser/MutatingScope.php#L3452
No error with identifier minus.rightNonNumeric is reported on line 3452.
Generate PHP baseline: src/Analyser/MutatingScope.php#L3452
No error with identifier minus.leftNonNumeric is reported on line 3452.
Generate PHP baseline: src/Analyser/ExprHandler/Helper/DefaultNarrowingHelper.php#L124
You're passing a non-default value array<string, array{PhpParser\Node\Expr, PHPStan\Type\Type}> to parameter $sureNotTypes but previous argument is passing default value to its parameter ($sureTypes). You can skip it and use named argument for $sureNotTypes instead.
PHPStan (8.0, ubuntu-latest)
Process completed with exit code 2.
PHPStan (8.0, ubuntu-latest): src/Analyser/Fiber/FiberScope.php#L93
Access to an undefined property PHPStan\Analyser\MutatingScope::$falseyValueExprs.
PHPStan (8.0, ubuntu-latest): src/Analyser/Fiber/FiberScope.php#L92
Access to an undefined property PHPStan\Analyser\MutatingScope::$truthyValueExprs.
PHPStan (8.0, ubuntu-latest): src/Analyser/Fiber/FiberNodeScopeResolver.php#L45
Strict comparison using === between Fiber<mixed, array{callable(PhpParser\Node, PHPStan\Analyser\Scope): void, PhpParser\Node, PHPStan\Analyser\Scope}|PHPStan\Analyser\ExpressionResult, null, PHPStan\Analyser\Fiber\ExpressionResultForExprRequest|PHPStan\Analyser\Fiber\ParkFiberRequest> and null will always evaluate to false.
PHPStan (8.0, ubuntu-latest): src/Analyser/ExprHandler/PropertyFetchHandler.php#L139
Method PHPStan\Analyser\ExprHandler\PropertyFetchHandler::createTypeCallback() return type has no signature specified for Closure.
PHPStan (8.0, ubuntu-latest): src/Analyser/ExprHandler/PropertyFetchHandler.php#L106
Method PHPStan\Analyser\ExprHandler\PropertyFetchHandler::createTypeCallbackForVarType() return type has no signature specified for Closure.
PHPStan (8.0, ubuntu-latest): src/Analyser/ExprHandler/NullsafePropertyFetchHandler.php#L47
Property PHPStan\Analyser\ExprHandler\NullsafePropertyFetchHandler::$exprPrinter is never read, only written.
PHPStan (8.0, ubuntu-latest): src/Analyser/ExprHandler/Helper/DefaultNarrowingHelper.php#L124
You're passing a non-default value array<string, array{PhpParser\Node\Expr, PHPStan\Type\Type}> to parameter $sureNotTypes but previous argument is passing default value to its parameter ($sureTypes). You can skip it and use named argument for $sureNotTypes instead.
PHPStan (7.4, ubuntu-latest)
Process completed with exit code 2.
Generate baseline
Process completed with exit code 1.
PHPStan (7.4, ubuntu-latest): src/Analyser/Fiber/FiberScope.php#L93
Access to an undefined property PHPStan\Analyser\MutatingScope::$falseyValueExprs.
PHPStan (7.4, ubuntu-latest): src/Analyser/Fiber/FiberScope.php#L92
Access to an undefined property PHPStan\Analyser\MutatingScope::$truthyValueExprs.
PHPStan (7.4, ubuntu-latest): src/Analyser/Fiber/FiberNodeScopeResolver.php#L39
Strict comparison using === between Fiber<mixed, array{callable(PhpParser\Node, PHPStan\Analyser\Scope): void, PhpParser\Node, PHPStan\Analyser\Scope}|PHPStan\Analyser\ExpressionResult, null, PHPStan\Analyser\Fiber\ExpressionResultForExprRequest|PHPStan\Analyser\Fiber\ParkFiberRequest> and null will always evaluate to false.
PHPStan (7.4, ubuntu-latest): src/Analyser/ExprHandler/PropertyFetchHandler.php#L142
Method PHPStan\Analyser\ExprHandler\PropertyFetchHandler::createTypeCallback() return type has no signature specified for Closure.
PHPStan (7.4, ubuntu-latest): src/Analyser/ExprHandler/PropertyFetchHandler.php#L109
Method PHPStan\Analyser\ExprHandler\PropertyFetchHandler::createTypeCallbackForVarType() return type has no signature specified for Closure.
PHPStan (7.4, ubuntu-latest): src/Analyser/ExprHandler/NullsafePropertyFetchHandler.php#L46
Property PHPStan\Analyser\ExprHandler\NullsafePropertyFetchHandler::$exprPrinter is never read, only written.
PHPStan (8.1, ubuntu-latest): src/Analyser/ExprHandler/MethodCallHandler.php#L409
Expression on left side of ?? is not nullable.
PHPStan (8.1, ubuntu-latest): src/Analyser/ExprHandler/MethodCallHandler.php#L150
Expression on left side of ?? is not nullable.
PHPStan (8.1, ubuntu-latest): src/Analyser/ExprHandler/MatchHandler.php#L485
Variable $armBodyFinalScope on left side of ?? always exists and is not nullable.
PHPStan (8.1, ubuntu-latest): src/Analyser/ExprHandler/InterpolatedStringHandler.php#L130
Variable $resultType on left side of ?? always exists and is not nullable.
PHPStan (8.1, ubuntu-latest): src/Analyser/ExprHandler/Helper/DefaultNarrowingHelper.php#L124
You're passing a non-default value array<string, array{PhpParser\Node\Expr, PHPStan\Type\Type}> to parameter $sureNotTypes but previous argument is passing default value to its parameter ($sureTypes). You can skip it and use named argument for $sureNotTypes instead.
PHPStan (8.1, ubuntu-latest): src/Analyser/ExprHandler/FuncCallHandler.php#L1459
Expression on left side of ?? is not nullable.
PHPStan (8.1, ubuntu-latest): src/Analyser/ExprHandler/FuncCallHandler.php#L862
Expression on left side of ?? is not nullable.
PHPStan (8.1, ubuntu-latest): src/Analyser/ExprHandler/FuncCallHandler.php#L188
Expression on left side of ?? is not nullable.
PHPStan (8.1, ubuntu-latest): src/Analyser/ConstantResolver.php#L465
Expression on left side of ?? is not nullable.
PHPStan (8.1, ubuntu-latest): src/Analyser/AnalyserResultFinalizer.php#L117
Expression on left side of ?? is not nullable.
PHPStan (8.5, windows-latest): src/Analyser/ExprHandler/MethodCallHandler.php#L409
Expression on left side of ?? is not nullable.
PHPStan (8.5, windows-latest): src/Analyser/ExprHandler/MethodCallHandler.php#L150
Expression on left side of ?? is not nullable.
PHPStan (8.5, windows-latest): src/Analyser/ExprHandler/MatchHandler.php#L485
Variable $armBodyFinalScope on left side of ?? always exists and is not nullable.
PHPStan (8.5, windows-latest): src/Analyser/ExprHandler/InterpolatedStringHandler.php#L130
Variable $resultType on left side of ?? always exists and is not nullable.
PHPStan (8.5, windows-latest): src/Analyser/ExprHandler/Helper/DefaultNarrowingHelper.php#L124
You're passing a non-default value array<string, array{PhpParser\Node\Expr, PHPStan\Type\Type}> to parameter $sureNotTypes but previous argument is passing default value to its parameter ($sureTypes). You can skip it and use named argument for $sureNotTypes instead.
PHPStan (8.5, windows-latest): src/Analyser/ExprHandler/FuncCallHandler.php#L1459
Expression on left side of ?? is not nullable.
PHPStan (8.5, windows-latest): src/Analyser/ExprHandler/FuncCallHandler.php#L862
Expression on left side of ?? is not nullable.
PHPStan (8.5, windows-latest): src/Analyser/ExprHandler/FuncCallHandler.php#L188
Expression on left side of ?? is not nullable.
PHPStan (8.5, windows-latest): src/Analyser/ConstantResolver.php#L465
Expression on left side of ?? is not nullable.
PHPStan (8.5, windows-latest): src/Analyser/AnalyserResultFinalizer.php#L117
Expression on left side of ?? is not nullable.
PHPStan (8.2, windows-latest): src/Analyser/ExprHandler/MethodCallHandler.php#L409
Expression on left side of ?? is not nullable.
PHPStan (8.2, windows-latest): src/Analyser/ExprHandler/MethodCallHandler.php#L150
Expression on left side of ?? is not nullable.
PHPStan (8.2, windows-latest): src/Analyser/ExprHandler/MatchHandler.php#L485
Variable $armBodyFinalScope on left side of ?? always exists and is not nullable.
PHPStan (8.2, windows-latest): src/Analyser/ExprHandler/InterpolatedStringHandler.php#L130
Variable $resultType on left side of ?? always exists and is not nullable.
PHPStan (8.2, windows-latest): src/Analyser/ExprHandler/Helper/DefaultNarrowingHelper.php#L124
You're passing a non-default value array<string, array{PhpParser\Node\Expr, PHPStan\Type\Type}> to parameter $sureNotTypes but previous argument is passing default value to its parameter ($sureTypes). You can skip it and use named argument for $sureNotTypes instead.
PHPStan (8.2, windows-latest): src/Analyser/ExprHandler/FuncCallHandler.php#L1459
Expression on left side of ?? is not nullable.
PHPStan (8.2, windows-latest): src/Analyser/ExprHandler/FuncCallHandler.php#L862
Expression on left side of ?? is not nullable.
PHPStan (8.2, windows-latest): src/Analyser/ExprHandler/FuncCallHandler.php#L188
Expression on left side of ?? is not nullable.
PHPStan (8.2, windows-latest): src/Analyser/ConstantResolver.php#L465
Expression on left side of ?? is not nullable.
PHPStan (8.2, windows-latest): src/Analyser/AnalyserResultFinalizer.php#L117
Expression on left side of ?? is not nullable.
PHPStan (8.4, windows-latest): src/Analyser/ExprHandler/MethodCallHandler.php#L409
Expression on left side of ?? is not nullable.
PHPStan (8.4, windows-latest): src/Analyser/ExprHandler/MethodCallHandler.php#L150
Expression on left side of ?? is not nullable.
PHPStan (8.4, windows-latest): src/Analyser/ExprHandler/MatchHandler.php#L485
Variable $armBodyFinalScope on left side of ?? always exists and is not nullable.
PHPStan (8.4, windows-latest): src/Analyser/ExprHandler/InterpolatedStringHandler.php#L130
Variable $resultType on left side of ?? always exists and is not nullable.
PHPStan (8.4, windows-latest): src/Analyser/ExprHandler/Helper/DefaultNarrowingHelper.php#L124
You're passing a non-default value array<string, array{PhpParser\Node\Expr, PHPStan\Type\Type}> to parameter $sureNotTypes but previous argument is passing default value to its parameter ($sureTypes). You can skip it and use named argument for $sureNotTypes instead.
PHPStan (8.4, windows-latest): src/Analyser/ExprHandler/FuncCallHandler.php#L1459
Expression on left side of ?? is not nullable.
PHPStan (8.4, windows-latest): src/Analyser/ExprHandler/FuncCallHandler.php#L862
Expression on left side of ?? is not nullable.
PHPStan (8.4, windows-latest): src/Analyser/ExprHandler/FuncCallHandler.php#L188
Expression on left side of ?? is not nullable.
PHPStan (8.4, windows-latest): src/Analyser/ConstantResolver.php#L465
Expression on left side of ?? is not nullable.
PHPStan (8.4, windows-latest): src/Analyser/AnalyserResultFinalizer.php#L117
Expression on left side of ?? is not nullable.
PHPStan (7.4, windows-latest)
Process completed with exit code 1.
PHPStan (7.4, windows-latest): src/Analyser/Fiber/FiberScope.php#L93
Access to an undefined property PHPStan\Analyser\MutatingScope::$falseyValueExprs.
PHPStan (7.4, windows-latest): src/Analyser/Fiber/FiberScope.php#L92
Access to an undefined property PHPStan\Analyser\MutatingScope::$truthyValueExprs.
PHPStan (7.4, windows-latest): src/Analyser/Fiber/FiberNodeScopeResolver.php#L39
Strict comparison using === between Fiber<mixed, array{callable(PhpParser\Node, PHPStan\Analyser\Scope): void, PhpParser\Node, PHPStan\Analyser\Scope}|PHPStan\Analyser\ExpressionResult, null, PHPStan\Analyser\Fiber\ExpressionResultForExprRequest|PHPStan\Analyser\Fiber\ParkFiberRequest> and null will always evaluate to false.
PHPStan (7.4, windows-latest): src/Analyser/ExprHandler/PropertyFetchHandler.php#L142
Method PHPStan\Analyser\ExprHandler\PropertyFetchHandler::createTypeCallback() return type has no signature specified for Closure.
PHPStan (7.4, windows-latest): src/Analyser/ExprHandler/PropertyFetchHandler.php#L109
Method PHPStan\Analyser\ExprHandler\PropertyFetchHandler::createTypeCallbackForVarType() return type has no signature specified for Closure.
PHPStan (7.4, windows-latest): src/Analyser/ExprHandler/NullsafePropertyFetchHandler.php#L46
Property PHPStan\Analyser\ExprHandler\NullsafePropertyFetchHandler::$exprPrinter is never read, only written.
PHPStan (8.0, windows-latest)
Process completed with exit code 1.
PHPStan (8.0, windows-latest): src/Analyser/Fiber/FiberScope.php#L93
Access to an undefined property PHPStan\Analyser\MutatingScope::$falseyValueExprs.
PHPStan (8.0, windows-latest): src/Analyser/Fiber/FiberScope.php#L92
Access to an undefined property PHPStan\Analyser\MutatingScope::$truthyValueExprs.
PHPStan (8.0, windows-latest): src/Analyser/Fiber/FiberNodeScopeResolver.php#L45
Strict comparison using === between Fiber<mixed, array{callable(PhpParser\Node, PHPStan\Analyser\Scope): void, PhpParser\Node, PHPStan\Analyser\Scope}|PHPStan\Analyser\ExpressionResult, null, PHPStan\Analyser\Fiber\ExpressionResultForExprRequest|PHPStan\Analyser\Fiber\ParkFiberRequest> and null will always evaluate to false.
PHPStan (8.0, windows-latest): src/Analyser/ExprHandler/PropertyFetchHandler.php#L139
Method PHPStan\Analyser\ExprHandler\PropertyFetchHandler::createTypeCallback() return type has no signature specified for Closure.
PHPStan (8.0, windows-latest): src/Analyser/ExprHandler/PropertyFetchHandler.php#L106
Method PHPStan\Analyser\ExprHandler\PropertyFetchHandler::createTypeCallbackForVarType() return type has no signature specified for Closure.
PHPStan (8.0, windows-latest): src/Analyser/ExprHandler/NullsafePropertyFetchHandler.php#L47
Property PHPStan\Analyser\ExprHandler\NullsafePropertyFetchHandler::$exprPrinter is never read, only written.
PHPStan (8.0, windows-latest): src/Analyser/ExprHandler/Helper/DefaultNarrowingHelper.php#L124
You're passing a non-default value array<string, array{PhpParser\Node\Expr, PHPStan\Type\Type}> to parameter $sureNotTypes but previous argument is passing default value to its parameter ($sureTypes). You can skip it and use named argument for $sureNotTypes instead.
PHPStan (8.3, windows-latest): src/Analyser/ExprHandler/MethodCallHandler.php#L409
Expression on left side of ?? is not nullable.
PHPStan (8.3, windows-latest): src/Analyser/ExprHandler/MethodCallHandler.php#L150
Expression on left side of ?? is not nullable.
PHPStan (8.3, windows-latest): src/Analyser/ExprHandler/MatchHandler.php#L485
Variable $armBodyFinalScope on left side of ?? always exists and is not nullable.
PHPStan (8.3, windows-latest): src/Analyser/ExprHandler/InterpolatedStringHandler.php#L130
Variable $resultType on left side of ?? always exists and is not nullable.
PHPStan (8.3, windows-latest): src/Analyser/ExprHandler/Helper/DefaultNarrowingHelper.php#L124
You're passing a non-default value array<string, array{PhpParser\Node\Expr, PHPStan\Type\Type}> to parameter $sureNotTypes but previous argument is passing default value to its parameter ($sureTypes). You can skip it and use named argument for $sureNotTypes instead.
PHPStan (8.3, windows-latest): src/Analyser/ExprHandler/FuncCallHandler.php#L1459
Expression on left side of ?? is not nullable.
PHPStan (8.3, windows-latest): src/Analyser/ExprHandler/FuncCallHandler.php#L862
Expression on left side of ?? is not nullable.
PHPStan (8.3, windows-latest): src/Analyser/ExprHandler/FuncCallHandler.php#L188
Expression on left side of ?? is not nullable.
PHPStan (8.3, windows-latest): src/Analyser/ConstantResolver.php#L465
Expression on left side of ?? is not nullable.
PHPStan (8.3, windows-latest): src/Analyser/AnalyserResultFinalizer.php#L117
Expression on left side of ?? is not nullable.
PHPStan (8.1, windows-latest)
Process completed with exit code 1.
PHPStan (8.1, windows-latest)
Process completed with exit code 1.
PHPStan (8.1, windows-latest)
Child process error: PHPStan process crashed because it reached configured PHP memory limit: 599M Increase your memory limit in php.ini or run PHPStan with --memory-limit CLI option. while running parallel worker
PHPStan (8.5, ubuntu-latest)
No files were found with the provided path: baseline-php-8.5.neon. No artifacts will be uploaded.
PHPStan (8.4, ubuntu-latest)
No files were found with the provided path: baseline-php-8.4.neon. No artifacts will be uploaded.
PHPStan (8.2, ubuntu-latest)
No files were found with the provided path: baseline-php-8.2.neon. No artifacts will be uploaded.
PHPStan (8.3, ubuntu-latest)
No files were found with the provided path: baseline-php-8.3.neon. No artifacts will be uploaded.
PHPStan (8.5, windows-latest)
No files were found with the provided path: baseline-php-8.5.neon. No artifacts will be uploaded.
PHPStan (8.2, windows-latest)
No files were found with the provided path: baseline-php-8.2.neon. No artifacts will be uploaded.
PHPStan (8.4, windows-latest)
No files were found with the provided path: baseline-php-8.4.neon. No artifacts will be uploaded.
PHPStan (8.3, windows-latest)
No files were found with the provided path: baseline-php-8.3.neon. No artifacts will be uploaded.
PHPStan (8.1, windows-latest)
No files were found with the provided path: baseline-php-8.1.neon. No artifacts will be uploaded.
PHPStan (8.5, windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
PHPStan (8.5, windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
PHPStan (8.2, windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
PHPStan (8.2, windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
PHPStan (8.4, windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
PHPStan (8.4, windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
PHPStan (7.4, windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
PHPStan (7.4, windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
PHPStan (8.0, windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
PHPStan (8.0, windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
PHPStan (8.3, windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
PHPStan (8.3, windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
PHPStan (8.1, windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
PHPStan (8.1, windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026

Artifacts

Produced during runtime
Name Size Digest
baseline-7.4
647 Bytes
sha256:7e7a214993a896895b6393d660542c92deab58520130acfdc1d313a19d8dd407
baseline-7.4
647 Bytes
sha256:02e2fcd971b6b80d62de1f17186c2052573138fc52f0112e016b2bfa68ef066d
baseline-8.0
647 Bytes
sha256:fee226a9bd330f4815be146c021a4ab42667cebbc43d7ba04c109139bc6316e2
baseline-8.0
647 Bytes
sha256:45a1632ef4c2e4f17ef94126e735171deb3884ab610570b7d37700f94779cb40
baseline-8.1
2.48 KB
sha256:68db6d7fe5c5649668739ae299eb48c9c39a79f845d97cde2fa923bee78a4e74