Skip to content

Initial implementation of unsealed array shapes #28821

Initial implementation of unsealed array shapes

Initial implementation of unsealed array shapes #28821

Triggered via pull request April 23, 2026 12:38
Status Cancelled
Total duration 2m 40s
Artifacts

static-analysis.yml

on: pull_request
Generate baseline
1m 54s
Generate baseline
Generate PHP baseline
1m 55s
Generate PHP baseline
Matrix: PHPStan with result cache
Matrix: PHPStan
Fit to window
Zoom out
Zoom in

Annotations

95 errors and 21 warnings
PHPStan (8.4, ubuntu-latest)
Canceling since a higher priority waiting request for sa-unsealed exists
PHPStan (8.4, ubuntu-latest): src/Type/TypeCombinator.php#L1159
Ignored error "Doing instanceof PHPStan\Type\Constant\ConstantArrayType is error-prone and deprecated. Use Type::getConstantArrays() instead." (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php is expected to occur 18 times, but occurred 20 times.
PHPStan (8.4, ubuntu-latest): src/Type/FileTypeMapper.php#L358
Method PHPStan\Type\FileTypeMapper::getNameScopeMap() should return array{array<string, PHPStan\Analyser\IntermediaryNameScope>} but returns array{0: array<string, PHPStan\Analyser\IntermediaryNameScope>, 1?: list<string>}.
PHPStan (8.4, ubuntu-latest): src/Type/FileTypeMapper.php#L354
Property PHPStan\Type\FileTypeMapper::$memoryCache (array<string, array{array<string, PHPStan\Analyser\IntermediaryNameScope>}>) does not accept non-empty-array<string, array{0: array<string, PHPStan\Analyser\IntermediaryNameScope>, 1?: list<string>}>.
PHPStan (8.4, ubuntu-latest): src/Parser/RichParser.php#L364
Method PHPStan\Parser\RichParser::parseIdentifiers() should return non-empty-list<array{name: string, comment: string|null}> but returns non-empty-list<array<'comment'|'name', string|null>>.
PHPStan (8.4, ubuntu-latest): src/Node/AnonymousClassNode.php#L23
Parameter #2 $subNodes of class PHPStan\Node\AnonymousClassNode constructor expects array{flags?: int, extends?: PhpParser\Node\Name|null, implements?: array<PhpParser\Node\Name>, stmts?: array<PhpParser\Node\Stmt>, attrGroups?: array<PhpParser\Node\AttributeGroup>}, array<string, mixed> given.
PHPStan (8.4, ubuntu-latest): src/DependencyInjection/ValidateExcludePathsExtension.php#L66
Parameter #2 $suggestOptional of class PHPStan\DependencyInjection\InvalidExcludePathsException constructor expects array{analyse?: list<string>, analyseAndScan?: list<string>}, array<'analyse'|'analyseAndScan', non-empty-list<mixed>> given.
PHPStan (8.4, ubuntu-latest): src/Analyser/Ignore/IgnoredErrorHelperResult.php#L238
Parameter #1 $ignoredError of static method PHPStan\Analyser\Ignore\IgnoredError::getIgnoredErrorLabel() expects array{message?: string, rawMessage?: string, identifier?: string, identifiers?: list<string>, path?: string, paths?: list<string>}|string, array<mixed>|string given.
PHPStan (8.4, ubuntu-latest): src/Analyser/Ignore/IgnoredErrorHelperResult.php#L229
Parameter #1 $ignoredError of static method PHPStan\Analyser\Ignore\IgnoredError::getIgnoredErrorLabel() expects array{message?: string, rawMessage?: string, identifier?: string, identifiers?: list<string>, path?: string, paths?: list<string>}|string, non-empty-array<mixed> given.
PHPStan (8.4, ubuntu-latest): src/Analyser/Ignore/IgnoredErrorHelperResult.php#L209
Parameter #1 $ignoredError of static method PHPStan\Analyser\Ignore\IgnoredError::getIgnoredErrorLabel() expects array{message?: string, rawMessage?: string, identifier?: string, identifiers?: list<string>, path?: string, paths?: list<string>}|string, non-empty-array<mixed> given.
PHPStan (8.4, ubuntu-latest): src/Analyser/Ignore/IgnoredErrorHelperResult.php#L185
Parameter #1 $ignoredError of static method PHPStan\Analyser\Ignore\IgnoredError::getIgnoredErrorLabel() expects array{message?: string, rawMessage?: string, identifier?: string, identifiers?: list<string>, path?: string, paths?: list<string>}|string, non-empty-array<mixed> given.
PHPStan with result cache (8.3)
Canceling since a higher priority waiting request for sa-unsealed exists
PHPStan with result cache (8.3): src/Type/TypeCombinator.php#L1159
Ignored error "Doing instanceof PHPStan\Type\Constant\ConstantArrayType is error-prone and deprecated. Use Type::getConstantArrays() instead." (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php is expected to occur 18 times, but occurred 20 times.
PHPStan with result cache (8.3): src/Type/FileTypeMapper.php#L358
Method PHPStan\Type\FileTypeMapper::getNameScopeMap() should return array{array<string, PHPStan\Analyser\IntermediaryNameScope>} but returns array{0: array<string, PHPStan\Analyser\IntermediaryNameScope>, 1?: list<string>}.
PHPStan with result cache (8.3): src/Type/FileTypeMapper.php#L354
Property PHPStan\Type\FileTypeMapper::$memoryCache (array<string, array{array<string, PHPStan\Analyser\IntermediaryNameScope>}>) does not accept non-empty-array<string, array{0: array<string, PHPStan\Analyser\IntermediaryNameScope>, 1?: list<string>}>.
PHPStan with result cache (8.3): src/Parser/RichParser.php#L364
Method PHPStan\Parser\RichParser::parseIdentifiers() should return non-empty-list<array{name: string, comment: string|null}> but returns non-empty-list<array<'comment'|'name', string|null>>.
PHPStan with result cache (8.3): src/Node/AnonymousClassNode.php#L23
Parameter #2 $subNodes of class PHPStan\Node\AnonymousClassNode constructor expects array{flags?: int, extends?: PhpParser\Node\Name|null, implements?: array<PhpParser\Node\Name>, stmts?: array<PhpParser\Node\Stmt>, attrGroups?: array<PhpParser\Node\AttributeGroup>}, array<string, mixed> given.
PHPStan with result cache (8.3): src/DependencyInjection/ValidateExcludePathsExtension.php#L66
Parameter #2 $suggestOptional of class PHPStan\DependencyInjection\InvalidExcludePathsException constructor expects array{analyse?: list<string>, analyseAndScan?: list<string>}, array<'analyse'|'analyseAndScan', non-empty-list<mixed>> given.
PHPStan with result cache (8.3): src/Analyser/Ignore/IgnoredErrorHelperResult.php#L238
Parameter #1 $ignoredError of static method PHPStan\Analyser\Ignore\IgnoredError::getIgnoredErrorLabel() expects array{message?: string, rawMessage?: string, identifier?: string, identifiers?: list<string>, path?: string, paths?: list<string>}|string, array<mixed>|string given.
PHPStan with result cache (8.3): src/Analyser/Ignore/IgnoredErrorHelperResult.php#L229
Parameter #1 $ignoredError of static method PHPStan\Analyser\Ignore\IgnoredError::getIgnoredErrorLabel() expects array{message?: string, rawMessage?: string, identifier?: string, identifiers?: list<string>, path?: string, paths?: list<string>}|string, non-empty-array<mixed> given.
PHPStan with result cache (8.3): src/Analyser/Ignore/IgnoredErrorHelperResult.php#L209
Parameter #1 $ignoredError of static method PHPStan\Analyser\Ignore\IgnoredError::getIgnoredErrorLabel() expects array{message?: string, rawMessage?: string, identifier?: string, identifiers?: list<string>, path?: string, paths?: list<string>}|string, non-empty-array<mixed> given.
PHPStan with result cache (8.3): src/Analyser/Ignore/IgnoredErrorHelperResult.php#L185
Parameter #1 $ignoredError of static method PHPStan\Analyser\Ignore\IgnoredError::getIgnoredErrorLabel() expects array{message?: string, rawMessage?: string, identifier?: string, identifiers?: list<string>, path?: string, paths?: list<string>}|string, non-empty-array<mixed> given.
PHPStan with result cache (8.5)
Canceling since a higher priority waiting request for sa-unsealed exists
PHPStan with result cache (8.5): src/Type/TypeCombinator.php#L1159
Ignored error "Doing instanceof PHPStan\Type\Constant\ConstantArrayType is error-prone and deprecated. Use Type::getConstantArrays() instead." (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php is expected to occur 18 times, but occurred 20 times.
PHPStan with result cache (8.5): src/Type/FileTypeMapper.php#L358
Method PHPStan\Type\FileTypeMapper::getNameScopeMap() should return array{array<string, PHPStan\Analyser\IntermediaryNameScope>} but returns array{0: array<string, PHPStan\Analyser\IntermediaryNameScope>, 1?: list<string>}.
PHPStan with result cache (8.5): src/Type/FileTypeMapper.php#L354
Property PHPStan\Type\FileTypeMapper::$memoryCache (array<string, array{array<string, PHPStan\Analyser\IntermediaryNameScope>}>) does not accept non-empty-array<string, array{0: array<string, PHPStan\Analyser\IntermediaryNameScope>, 1?: list<string>}>.
PHPStan with result cache (8.5): src/Parser/RichParser.php#L364
Method PHPStan\Parser\RichParser::parseIdentifiers() should return non-empty-list<array{name: string, comment: string|null}> but returns non-empty-list<array<'comment'|'name', string|null>>.
PHPStan with result cache (8.5): src/Node/AnonymousClassNode.php#L23
Parameter #2 $subNodes of class PHPStan\Node\AnonymousClassNode constructor expects array{flags?: int, extends?: PhpParser\Node\Name|null, implements?: array<PhpParser\Node\Name>, stmts?: array<PhpParser\Node\Stmt>, attrGroups?: array<PhpParser\Node\AttributeGroup>}, array<string, mixed> given.
PHPStan with result cache (8.5): src/DependencyInjection/ValidateExcludePathsExtension.php#L66
Parameter #2 $suggestOptional of class PHPStan\DependencyInjection\InvalidExcludePathsException constructor expects array{analyse?: list<string>, analyseAndScan?: list<string>}, array<'analyse'|'analyseAndScan', non-empty-list<mixed>> given.
PHPStan with result cache (8.5): src/Analyser/Ignore/IgnoredErrorHelperResult.php#L238
Parameter #1 $ignoredError of static method PHPStan\Analyser\Ignore\IgnoredError::getIgnoredErrorLabel() expects array{message?: string, rawMessage?: string, identifier?: string, identifiers?: list<string>, path?: string, paths?: list<string>}|string, array<mixed>|string given.
PHPStan with result cache (8.5): src/Analyser/Ignore/IgnoredErrorHelperResult.php#L229
Parameter #1 $ignoredError of static method PHPStan\Analyser\Ignore\IgnoredError::getIgnoredErrorLabel() expects array{message?: string, rawMessage?: string, identifier?: string, identifiers?: list<string>, path?: string, paths?: list<string>}|string, non-empty-array<mixed> given.
PHPStan with result cache (8.5): src/Analyser/Ignore/IgnoredErrorHelperResult.php#L209
Parameter #1 $ignoredError of static method PHPStan\Analyser\Ignore\IgnoredError::getIgnoredErrorLabel() expects array{message?: string, rawMessage?: string, identifier?: string, identifiers?: list<string>, path?: string, paths?: list<string>}|string, non-empty-array<mixed> given.
PHPStan with result cache (8.5): src/Analyser/Ignore/IgnoredErrorHelperResult.php#L185
Parameter #1 $ignoredError of static method PHPStan\Analyser\Ignore\IgnoredError::getIgnoredErrorLabel() expects array{message?: string, rawMessage?: string, identifier?: string, identifiers?: list<string>, path?: string, paths?: list<string>}|string, non-empty-array<mixed> given.
PHPStan (8.5, ubuntu-latest)
Canceling since a higher priority waiting request for sa-unsealed exists
PHPStan (8.5, ubuntu-latest): src/Type/TypeCombinator.php#L1159
Ignored error "Doing instanceof PHPStan\Type\Constant\ConstantArrayType is error-prone and deprecated. Use Type::getConstantArrays() instead." (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php is expected to occur 18 times, but occurred 20 times.
PHPStan (8.5, ubuntu-latest): src/Type/FileTypeMapper.php#L358
Method PHPStan\Type\FileTypeMapper::getNameScopeMap() should return array{array<string, PHPStan\Analyser\IntermediaryNameScope>} but returns array{0: array<string, PHPStan\Analyser\IntermediaryNameScope>, 1?: list<string>}.
PHPStan (8.5, ubuntu-latest): src/Type/FileTypeMapper.php#L354
Property PHPStan\Type\FileTypeMapper::$memoryCache (array<string, array{array<string, PHPStan\Analyser\IntermediaryNameScope>}>) does not accept non-empty-array<string, array{0: array<string, PHPStan\Analyser\IntermediaryNameScope>, 1?: list<string>}>.
PHPStan (8.5, ubuntu-latest): src/Parser/RichParser.php#L364
Method PHPStan\Parser\RichParser::parseIdentifiers() should return non-empty-list<array{name: string, comment: string|null}> but returns non-empty-list<array<'comment'|'name', string|null>>.
PHPStan (8.5, ubuntu-latest): src/Node/AnonymousClassNode.php#L23
Parameter #2 $subNodes of class PHPStan\Node\AnonymousClassNode constructor expects array{flags?: int, extends?: PhpParser\Node\Name|null, implements?: array<PhpParser\Node\Name>, stmts?: array<PhpParser\Node\Stmt>, attrGroups?: array<PhpParser\Node\AttributeGroup>}, array<string, mixed> given.
PHPStan (8.5, ubuntu-latest): src/DependencyInjection/ValidateExcludePathsExtension.php#L66
Parameter #2 $suggestOptional of class PHPStan\DependencyInjection\InvalidExcludePathsException constructor expects array{analyse?: list<string>, analyseAndScan?: list<string>}, array<'analyse'|'analyseAndScan', non-empty-list<mixed>> given.
PHPStan (7.4, windows-latest)
Canceling since a higher priority waiting request for sa-unsealed exists
PHPStan (8.5, ubuntu-latest): src/Analyser/Ignore/IgnoredErrorHelperResult.php#L238
Parameter #1 $ignoredError of static method PHPStan\Analyser\Ignore\IgnoredError::getIgnoredErrorLabel() expects array{message?: string, rawMessage?: string, identifier?: string, identifiers?: list<string>, path?: string, paths?: list<string>}|string, array<mixed>|string given.
PHPStan (8.5, ubuntu-latest): src/Analyser/Ignore/IgnoredErrorHelperResult.php#L229
Parameter #1 $ignoredError of static method PHPStan\Analyser\Ignore\IgnoredError::getIgnoredErrorLabel() expects array{message?: string, rawMessage?: string, identifier?: string, identifiers?: list<string>, path?: string, paths?: list<string>}|string, non-empty-array<mixed> given.
PHPStan (7.4, windows-latest)
The operation was canceled.
PHPStan (8.5, ubuntu-latest): src/Analyser/Ignore/IgnoredErrorHelperResult.php#L209
Parameter #1 $ignoredError of static method PHPStan\Analyser\Ignore\IgnoredError::getIgnoredErrorLabel() expects array{message?: string, rawMessage?: string, identifier?: string, identifiers?: list<string>, path?: string, paths?: list<string>}|string, non-empty-array<mixed> given.
PHPStan (8.5, ubuntu-latest): src/Analyser/Ignore/IgnoredErrorHelperResult.php#L185
Parameter #1 $ignoredError of static method PHPStan\Analyser\Ignore\IgnoredError::getIgnoredErrorLabel() expects array{message?: string, rawMessage?: string, identifier?: string, identifiers?: list<string>, path?: string, paths?: list<string>}|string, non-empty-array<mixed> given.
PHPStan (8.2, ubuntu-latest)
Canceling since a higher priority waiting request for sa-unsealed exists
PHPStan (8.2, ubuntu-latest): src/Type/TypeCombinator.php#L1159
Ignored error "Doing instanceof PHPStan\Type\Constant\ConstantArrayType is error-prone and deprecated. Use Type::getConstantArrays() instead." (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php is expected to occur 18 times, but occurred 20 times.
PHPStan (8.2, ubuntu-latest): src/Type/FileTypeMapper.php#L358
Method PHPStan\Type\FileTypeMapper::getNameScopeMap() should return array{array<string, PHPStan\Analyser\IntermediaryNameScope>} but returns array{0: array<string, PHPStan\Analyser\IntermediaryNameScope>, 1?: list<string>}.
PHPStan (8.2, ubuntu-latest): src/Type/FileTypeMapper.php#L354
Property PHPStan\Type\FileTypeMapper::$memoryCache (array<string, array{array<string, PHPStan\Analyser\IntermediaryNameScope>}>) does not accept non-empty-array<string, array{0: array<string, PHPStan\Analyser\IntermediaryNameScope>, 1?: list<string>}>.
PHPStan (8.2, ubuntu-latest): src/Parser/RichParser.php#L364
Method PHPStan\Parser\RichParser::parseIdentifiers() should return non-empty-list<array{name: string, comment: string|null}> but returns non-empty-list<array<'comment'|'name', string|null>>.
PHPStan (8.2, ubuntu-latest): src/Node/AnonymousClassNode.php#L23
Parameter #2 $subNodes of class PHPStan\Node\AnonymousClassNode constructor expects array{flags?: int, extends?: PhpParser\Node\Name|null, implements?: array<PhpParser\Node\Name>, stmts?: array<PhpParser\Node\Stmt>, attrGroups?: array<PhpParser\Node\AttributeGroup>}, array<string, mixed> given.
PHPStan (8.2, ubuntu-latest): src/DependencyInjection/ValidateExcludePathsExtension.php#L66
Parameter #2 $suggestOptional of class PHPStan\DependencyInjection\InvalidExcludePathsException constructor expects array{analyse?: list<string>, analyseAndScan?: list<string>}, array<'analyse'|'analyseAndScan', non-empty-list<mixed>> given.
PHPStan (8.2, ubuntu-latest): src/Analyser/Ignore/IgnoredErrorHelperResult.php#L238
Parameter #1 $ignoredError of static method PHPStan\Analyser\Ignore\IgnoredError::getIgnoredErrorLabel() expects array{message?: string, rawMessage?: string, identifier?: string, identifiers?: list<string>, path?: string, paths?: list<string>}|string, array<mixed>|string given.
PHPStan (8.2, ubuntu-latest): src/Analyser/Ignore/IgnoredErrorHelperResult.php#L229
Parameter #1 $ignoredError of static method PHPStan\Analyser\Ignore\IgnoredError::getIgnoredErrorLabel() expects array{message?: string, rawMessage?: string, identifier?: string, identifiers?: list<string>, path?: string, paths?: list<string>}|string, non-empty-array<mixed> given.
PHPStan (8.2, ubuntu-latest): src/Analyser/Ignore/IgnoredErrorHelperResult.php#L209
Parameter #1 $ignoredError of static method PHPStan\Analyser\Ignore\IgnoredError::getIgnoredErrorLabel() expects array{message?: string, rawMessage?: string, identifier?: string, identifiers?: list<string>, path?: string, paths?: list<string>}|string, non-empty-array<mixed> given.
PHPStan (8.2, ubuntu-latest): src/Analyser/Ignore/IgnoredErrorHelperResult.php#L185
Parameter #1 $ignoredError of static method PHPStan\Analyser\Ignore\IgnoredError::getIgnoredErrorLabel() expects array{message?: string, rawMessage?: string, identifier?: string, identifiers?: list<string>, path?: string, paths?: list<string>}|string, non-empty-array<mixed> given.
PHPStan (8.1, windows-latest)
Canceling since a higher priority waiting request for sa-unsealed exists
PHPStan (8.1, windows-latest)
The operation was canceled.
Generate baseline
Canceling since a higher priority waiting request for sa-unsealed exists
Generate baseline
The operation was canceled.
PHPStan with result cache (8.2)
Canceling since a higher priority waiting request for sa-unsealed exists
PHPStan with result cache (8.2)
The operation was canceled.
PHPStan (8.0, windows-latest)
Canceling since a higher priority waiting request for sa-unsealed exists
PHPStan (8.0, windows-latest)
The operation was canceled.
PHPStan (8.1, ubuntu-latest)
Canceling since a higher priority waiting request for sa-unsealed exists
PHPStan (8.1, ubuntu-latest)
The operation was canceled.
PHPStan with result cache (8.4)
Canceling since a higher priority waiting request for sa-unsealed exists
PHPStan with result cache (8.4): src/Type/TypeCombinator.php#L1159
Ignored error "Doing instanceof PHPStan\Type\Constant\ConstantArrayType is error-prone and deprecated. Use Type::getConstantArrays() instead." (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php is expected to occur 18 times, but occurred 20 times.
PHPStan with result cache (8.4): src/Type/FileTypeMapper.php#L358
Method PHPStan\Type\FileTypeMapper::getNameScopeMap() should return array{array<string, PHPStan\Analyser\IntermediaryNameScope>} but returns array{0: array<string, PHPStan\Analyser\IntermediaryNameScope>, 1?: list<string>}.
PHPStan with result cache (8.4): src/Type/FileTypeMapper.php#L354
Property PHPStan\Type\FileTypeMapper::$memoryCache (array<string, array{array<string, PHPStan\Analyser\IntermediaryNameScope>}>) does not accept non-empty-array<string, array{0: array<string, PHPStan\Analyser\IntermediaryNameScope>, 1?: list<string>}>.
PHPStan with result cache (8.4): src/Parser/RichParser.php#L364
Method PHPStan\Parser\RichParser::parseIdentifiers() should return non-empty-list<array{name: string, comment: string|null}> but returns non-empty-list<array<'comment'|'name', string|null>>.
PHPStan with result cache (8.4): src/Node/AnonymousClassNode.php#L23
Parameter #2 $subNodes of class PHPStan\Node\AnonymousClassNode constructor expects array{flags?: int, extends?: PhpParser\Node\Name|null, implements?: array<PhpParser\Node\Name>, stmts?: array<PhpParser\Node\Stmt>, attrGroups?: array<PhpParser\Node\AttributeGroup>}, array<string, mixed> given.
PHPStan with result cache (8.4): src/DependencyInjection/ValidateExcludePathsExtension.php#L66
Parameter #2 $suggestOptional of class PHPStan\DependencyInjection\InvalidExcludePathsException constructor expects array{analyse?: list<string>, analyseAndScan?: list<string>}, array<'analyse'|'analyseAndScan', non-empty-list<mixed>> given.
PHPStan with result cache (8.4): src/Analyser/Ignore/IgnoredErrorHelperResult.php#L238
Parameter #1 $ignoredError of static method PHPStan\Analyser\Ignore\IgnoredError::getIgnoredErrorLabel() expects array{message?: string, rawMessage?: string, identifier?: string, identifiers?: list<string>, path?: string, paths?: list<string>}|string, array<mixed>|string given.
PHPStan with result cache (8.4): src/Analyser/Ignore/IgnoredErrorHelperResult.php#L229
Parameter #1 $ignoredError of static method PHPStan\Analyser\Ignore\IgnoredError::getIgnoredErrorLabel() expects array{message?: string, rawMessage?: string, identifier?: string, identifiers?: list<string>, path?: string, paths?: list<string>}|string, non-empty-array<mixed> given.
PHPStan with result cache (8.4): src/Analyser/Ignore/IgnoredErrorHelperResult.php#L209
Parameter #1 $ignoredError of static method PHPStan\Analyser\Ignore\IgnoredError::getIgnoredErrorLabel() expects array{message?: string, rawMessage?: string, identifier?: string, identifiers?: list<string>, path?: string, paths?: list<string>}|string, non-empty-array<mixed> given.
PHPStan with result cache (8.4): src/Analyser/Ignore/IgnoredErrorHelperResult.php#L185
Parameter #1 $ignoredError of static method PHPStan\Analyser\Ignore\IgnoredError::getIgnoredErrorLabel() expects array{message?: string, rawMessage?: string, identifier?: string, identifiers?: list<string>, path?: string, paths?: list<string>}|string, non-empty-array<mixed> given.
PHPStan (8.2, windows-latest)
Canceling since a higher priority waiting request for sa-unsealed exists
PHPStan (8.2, windows-latest)
The operation was canceled.
PHPStan (7.4, ubuntu-latest)
Canceling since a higher priority waiting request for sa-unsealed exists
PHPStan (7.4, ubuntu-latest)
The operation was canceled.
Generate PHP baseline
Canceling since a higher priority waiting request for sa-unsealed exists
Generate PHP baseline
The operation was canceled.
PHPStan (8.0, ubuntu-latest)
Canceling since a higher priority waiting request for sa-unsealed exists
PHPStan (8.0, ubuntu-latest)
The operation was canceled.
PHPStan (8.3, ubuntu-latest)
Canceling since a higher priority waiting request for sa-unsealed exists
PHPStan (8.3, ubuntu-latest)
The operation was canceled.
PHPStan (8.4, windows-latest)
Canceling since a higher priority waiting request for sa-unsealed exists
PHPStan (8.4, windows-latest)
The operation was canceled.
PHPStan (8.5, windows-latest)
Canceling since a higher priority waiting request for sa-unsealed exists
PHPStan (8.5, windows-latest)
The operation was canceled.
PHPStan (8.3, windows-latest)
Canceling since a higher priority waiting request for sa-unsealed exists
PHPStan (8.3, windows-latest)
The operation was canceled.
Static Analysis
Canceling since a higher priority waiting request for sa-unsealed exists
PHPStan (8.4, ubuntu-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02, shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1, step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
PHPStan (8.4, ubuntu-latest)
No files were found with the provided path: baseline-php-8.4.neon. No artifacts will be uploaded.
PHPStan with result cache (8.3)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830, actions/cache@v4, actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1, step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
PHPStan with result cache (8.5)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830, actions/cache@v4, actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1, step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
PHPStan (8.5, ubuntu-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1, step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
PHPStan (7.4, windows-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1, step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
PHPStan (8.2, ubuntu-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1, step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
PHPStan (8.1, windows-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1, step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Generate baseline
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1, step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
PHPStan with result cache (8.2)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830, actions/cache@v4, actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1, step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
PHPStan (8.0, windows-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1, step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
PHPStan (8.1, ubuntu-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1, step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
PHPStan with result cache (8.4)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830, actions/cache@v4, actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1, step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
PHPStan (8.2, windows-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1, step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
PHPStan (7.4, ubuntu-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1, step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Generate PHP baseline
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1, step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
PHPStan (8.0, ubuntu-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1, step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
PHPStan (8.3, ubuntu-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1, step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
PHPStan (8.4, windows-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1, step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
PHPStan (8.5, windows-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1, step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
PHPStan (8.3, windows-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1, step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/