Skip to content

Initial implementation of unsealed array shapes #28745

Initial implementation of unsealed array shapes

Initial implementation of unsealed array shapes #28745

Triggered via pull request April 21, 2026 09:11
Status Cancelled
Total duration 4m 18s
Artifacts 4

static-analysis.yml

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

Annotations

167 errors and 27 warnings
PHPStan with result cache (8.4): tests/PHPStan/Analyser/Ignore/IgnoreLexerTest.php#L30
Parameter #2 $expectedTokens of method PHPStan\Analyser\Ignore\IgnoreLexerTest::testTokenize() expects list<array{string, 1|2|3|4|5|6|7}>, array{array{'return.ref', 3, 1}, array{',', 4, 1}, array{' ', 1, 1}, array{'return.ref', 3, 1}} given.
PHPStan with result cache (8.4): tests/PHPStan/Analyser/Ignore/IgnoreLexerTest.php#L21
Parameter #2 $expectedTokens of method PHPStan\Analyser\Ignore\IgnoreLexerTest::testTokenize() expects list<array{string, 1|2|3|4|5|6|7}>, array{array{'return.ref', 3, 1}, array{' ', 1, 1}, array{'return.ref', 3, 1}} given.
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/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 with result cache (8.3): tests/PHPStan/Analyser/Ignore/IgnoreLexerTest.php#L30
Parameter #2 $expectedTokens of method PHPStan\Analyser\Ignore\IgnoreLexerTest::testTokenize() expects list<array{string, 1|2|3|4|5|6|7}>, array{array{'return.ref', 3, 1}, array{',', 4, 1}, array{' ', 1, 1}, array{'return.ref', 3, 1}} given.
PHPStan with result cache (8.3): tests/PHPStan/Analyser/Ignore/IgnoreLexerTest.php#L21
Parameter #2 $expectedTokens of method PHPStan\Analyser\Ignore\IgnoreLexerTest::testTokenize() expects list<array{string, 1|2|3|4|5|6|7}>, array{array{'return.ref', 3, 1}, array{' ', 1, 1}, array{'return.ref', 3, 1}} given.
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/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.2): tests/PHPStan/Analyser/Ignore/IgnoreLexerTest.php#L30
Parameter #2 $expectedTokens of method PHPStan\Analyser\Ignore\IgnoreLexerTest::testTokenize() expects list<array{string, 1|2|3|4|5|6|7}>, array{array{'return.ref', 3, 1}, array{',', 4, 1}, array{' ', 1, 1}, array{'return.ref', 3, 1}} given.
PHPStan with result cache (8.2): tests/PHPStan/Analyser/Ignore/IgnoreLexerTest.php#L21
Parameter #2 $expectedTokens of method PHPStan\Analyser\Ignore\IgnoreLexerTest::testTokenize() expects list<array{string, 1|2|3|4|5|6|7}>, array{array{'return.ref', 3, 1}, array{' ', 1, 1}, array{'return.ref', 3, 1}} given.
PHPStan with result cache (8.2): 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.2): 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.2): 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.2): 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.2): 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.2): 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.2): 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.2): 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): tests/PHPStan/Analyser/Ignore/IgnoreLexerTest.php#L30
Parameter #2 $expectedTokens of method PHPStan\Analyser\Ignore\IgnoreLexerTest::testTokenize() expects list<array{string, 1|2|3|4|5|6|7}>, array{array{'return.ref', 3, 1}, array{',', 4, 1}, array{' ', 1, 1}, array{'return.ref', 3, 1}} given.
PHPStan (8.5, ubuntu-latest): tests/PHPStan/Analyser/Ignore/IgnoreLexerTest.php#L21
Parameter #2 $expectedTokens of method PHPStan\Analyser\Ignore\IgnoreLexerTest::testTokenize() expects list<array{string, 1|2|3|4|5|6|7}>, array{array{'return.ref', 3, 1}, array{' ', 1, 1}, array{'return.ref', 3, 1}} given.
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/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 (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 (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 with result cache (8.5): tests/PHPStan/Analyser/Ignore/IgnoreLexerTest.php#L30
Parameter #2 $expectedTokens of method PHPStan\Analyser\Ignore\IgnoreLexerTest::testTokenize() expects list<array{string, 1|2|3|4|5|6|7}>, array{array{'return.ref', 3, 1}, array{',', 4, 1}, array{' ', 1, 1}, array{'return.ref', 3, 1}} given.
PHPStan with result cache (8.5): tests/PHPStan/Analyser/Ignore/IgnoreLexerTest.php#L21
Parameter #2 $expectedTokens of method PHPStan\Analyser\Ignore\IgnoreLexerTest::testTokenize() expects list<array{string, 1|2|3|4|5|6|7}>, array{array{'return.ref', 3, 1}, array{' ', 1, 1}, array{'return.ref', 3, 1}} given.
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/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.2, ubuntu-latest): tests/PHPStan/Analyser/Ignore/IgnoreLexerTest.php#L30
Parameter #2 $expectedTokens of method PHPStan\Analyser\Ignore\IgnoreLexerTest::testTokenize() expects list<array{string, 1|2|3|4|5|6|7}>, array{array{'return.ref', 3, 1}, array{',', 4, 1}, array{' ', 1, 1}, array{'return.ref', 3, 1}} given.
PHPStan (8.2, ubuntu-latest): tests/PHPStan/Analyser/Ignore/IgnoreLexerTest.php#L21
Parameter #2 $expectedTokens of method PHPStan\Analyser\Ignore\IgnoreLexerTest::testTokenize() expects list<array{string, 1|2|3|4|5|6|7}>, array{array{'return.ref', 3, 1}, array{' ', 1, 1}, array{'return.ref', 3, 1}} given.
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/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.4, ubuntu-latest): tests/PHPStan/Analyser/Ignore/IgnoreLexerTest.php#L30
Parameter #2 $expectedTokens of method PHPStan\Analyser\Ignore\IgnoreLexerTest::testTokenize() expects list<array{string, 1|2|3|4|5|6|7}>, array{array{'return.ref', 3, 1}, array{',', 4, 1}, array{' ', 1, 1}, array{'return.ref', 3, 1}} given.
PHPStan (8.4, ubuntu-latest): tests/PHPStan/Analyser/Ignore/IgnoreLexerTest.php#L21
Parameter #2 $expectedTokens of method PHPStan\Analyser\Ignore\IgnoreLexerTest::testTokenize() expects list<array{string, 1|2|3|4|5|6|7}>, array{array{'return.ref', 3, 1}, array{' ', 1, 1}, array{'return.ref', 3, 1}} given.
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/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.
Generate baseline
Process completed with exit code 1.
PHPStan (8.3, ubuntu-latest): tests/PHPStan/Analyser/Ignore/IgnoreLexerTest.php#L30
Parameter #2 $expectedTokens of method PHPStan\Analyser\Ignore\IgnoreLexerTest::testTokenize() expects list<array{string, 1|2|3|4|5|6|7}>, array{array{'return.ref', 3, 1}, array{',', 4, 1}, array{' ', 1, 1}, array{'return.ref', 3, 1}} given.
PHPStan (8.3, ubuntu-latest): tests/PHPStan/Analyser/Ignore/IgnoreLexerTest.php#L21
Parameter #2 $expectedTokens of method PHPStan\Analyser\Ignore\IgnoreLexerTest::testTokenize() expects list<array{string, 1|2|3|4|5|6|7}>, array{array{'return.ref', 3, 1}, array{' ', 1, 1}, array{'return.ref', 3, 1}} given.
PHPStan (8.3, 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.3, 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.3, 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.3, 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.3, 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.3, 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.3, 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.3, 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 (7.4, ubuntu-latest): tests/PHPStan/Analyser/Ignore/IgnoreLexerTest.php#L30
Parameter #2 $expectedTokens of method PHPStan\Analyser\Ignore\IgnoreLexerTest::testTokenize() expects list<array{string, 1|2|3|4|5|6|7}>, array{array{'return.ref', 3, 1}, array{',', 4, 1}, array{' ', 1, 1}, array{'return.ref', 3, 1}} given.
PHPStan (7.4, ubuntu-latest): tests/PHPStan/Analyser/Ignore/IgnoreLexerTest.php#L21
Parameter #2 $expectedTokens of method PHPStan\Analyser\Ignore\IgnoreLexerTest::testTokenize() expects list<array{string, 1|2|3|4|5|6|7}>, array{array{'return.ref', 3, 1}, array{' ', 1, 1}, array{'return.ref', 3, 1}} given.
PHPStan (7.4, ubuntu-latest): src/Type/FileTypeMapper.php#L349
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 (7.4, ubuntu-latest): src/Type/FileTypeMapper.php#L345
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 (7.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 (7.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 (7.4, ubuntu-latest): src/Analyser/Ignore/IgnoredErrorHelperResult.php#L244
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 (7.4, ubuntu-latest): src/Analyser/Ignore/IgnoredErrorHelperResult.php#L234
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, ubuntu-latest): src/Analyser/Ignore/IgnoredErrorHelperResult.php#L214
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, ubuntu-latest): src/Analyser/Ignore/IgnoredErrorHelperResult.php#L192
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, ubuntu-latest): tests/PHPStan/Analyser/Ignore/IgnoreLexerTest.php#L30
Parameter #2 $expectedTokens of method PHPStan\Analyser\Ignore\IgnoreLexerTest::testTokenize() expects list<array{string, 1|2|3|4|5|6|7}>, array{array{'return.ref', 3, 1}, array{',', 4, 1}, array{' ', 1, 1}, array{'return.ref', 3, 1}} given.
PHPStan (8.1, ubuntu-latest): tests/PHPStan/Analyser/Ignore/IgnoreLexerTest.php#L21
Parameter #2 $expectedTokens of method PHPStan\Analyser\Ignore\IgnoreLexerTest::testTokenize() expects list<array{string, 1|2|3|4|5|6|7}>, array{array{'return.ref', 3, 1}, array{' ', 1, 1}, array{'return.ref', 3, 1}} given.
PHPStan (8.1, 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.1, 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.1, 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.1, 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.1, 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.1, 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.1, 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.1, 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.0, ubuntu-latest): tests/PHPStan/Analyser/Ignore/IgnoreLexerTest.php#L30
Parameter #2 $expectedTokens of method PHPStan\Analyser\Ignore\IgnoreLexerTest::testTokenize() expects list<array{string, 1|2|3|4|5|6|7}>, array{array{'return.ref', 3, 1}, array{',', 4, 1}, array{' ', 1, 1}, array{'return.ref', 3, 1}} given.
PHPStan (8.0, ubuntu-latest): tests/PHPStan/Analyser/Ignore/IgnoreLexerTest.php#L21
Parameter #2 $expectedTokens of method PHPStan\Analyser\Ignore\IgnoreLexerTest::testTokenize() expects list<array{string, 1|2|3|4|5|6|7}>, array{array{'return.ref', 3, 1}, array{' ', 1, 1}, array{'return.ref', 3, 1}} given.
PHPStan (8.0, 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.0, 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.0, 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.0, 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.0, 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.0, 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.0, 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.0, 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.3, windows-latest): tests/PHPStan/Analyser/Ignore/IgnoreLexerTest.php#L30
Parameter #2 $expectedTokens of method PHPStan\Analyser\Ignore\IgnoreLexerTest::testTokenize() expects list<array{string, 1|2|3|4|5|6|7}>, array{array{'return.ref', 3, 1}, array{',', 4, 1}, array{' ', 1, 1}, array{'return.ref', 3, 1}} given.
PHPStan (8.3, windows-latest): tests/PHPStan/Analyser/Ignore/IgnoreLexerTest.php#L21
Parameter #2 $expectedTokens of method PHPStan\Analyser\Ignore\IgnoreLexerTest::testTokenize() expects list<array{string, 1|2|3|4|5|6|7}>, array{array{'return.ref', 3, 1}, array{' ', 1, 1}, array{'return.ref', 3, 1}} given.
PHPStan (8.3, windows-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.3, windows-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.3, windows-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.3, windows-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.3, windows-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.3, windows-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.3, windows-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.3, windows-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, windows-latest): tests/PHPStan/Analyser/Ignore/IgnoreLexerTest.php#L30
Parameter #2 $expectedTokens of method PHPStan\Analyser\Ignore\IgnoreLexerTest::testTokenize() expects list<array{string, 1|2|3|4|5|6|7}>, array{array{'return.ref', 3, 1}, array{',', 4, 1}, array{' ', 1, 1}, array{'return.ref', 3, 1}} given.
PHPStan (8.2, windows-latest): tests/PHPStan/Analyser/Ignore/IgnoreLexerTest.php#L21
Parameter #2 $expectedTokens of method PHPStan\Analyser\Ignore\IgnoreLexerTest::testTokenize() expects list<array{string, 1|2|3|4|5|6|7}>, array{array{'return.ref', 3, 1}, array{' ', 1, 1}, array{'return.ref', 3, 1}} given.
PHPStan (8.2, windows-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, windows-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, windows-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, windows-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, windows-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, windows-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, windows-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, windows-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.4, windows-latest): tests/PHPStan/Analyser/Ignore/IgnoreLexerTest.php#L30
Parameter #2 $expectedTokens of method PHPStan\Analyser\Ignore\IgnoreLexerTest::testTokenize() expects list<array{string, 1|2|3|4|5|6|7}>, array{array{'return.ref', 3, 1}, array{',', 4, 1}, array{' ', 1, 1}, array{'return.ref', 3, 1}} given.
PHPStan (8.4, windows-latest): tests/PHPStan/Analyser/Ignore/IgnoreLexerTest.php#L21
Parameter #2 $expectedTokens of method PHPStan\Analyser\Ignore\IgnoreLexerTest::testTokenize() expects list<array{string, 1|2|3|4|5|6|7}>, array{array{'return.ref', 3, 1}, array{' ', 1, 1}, array{'return.ref', 3, 1}} given.
PHPStan (8.4, windows-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, windows-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, windows-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, windows-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, windows-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, windows-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, windows-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, windows-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.0, windows-latest): tests/PHPStan/Analyser/Ignore/IgnoreLexerTest.php#L30
Parameter #2 $expectedTokens of method PHPStan\Analyser\Ignore\IgnoreLexerTest::testTokenize() expects list<array{string, 1|2|3|4|5|6|7}>, array{array{'return.ref', 3, 1}, array{',', 4, 1}, array{' ', 1, 1}, array{'return.ref', 3, 1}} given.
PHPStan (8.0, windows-latest): tests/PHPStan/Analyser/Ignore/IgnoreLexerTest.php#L21
Parameter #2 $expectedTokens of method PHPStan\Analyser\Ignore\IgnoreLexerTest::testTokenize() expects list<array{string, 1|2|3|4|5|6|7}>, array{array{'return.ref', 3, 1}, array{' ', 1, 1}, array{'return.ref', 3, 1}} given.
PHPStan (8.0, windows-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.0, windows-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.0, windows-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.0, windows-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.0, windows-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.0, windows-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.0, windows-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.0, windows-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.5, windows-latest)
Canceling since a higher priority waiting request for sa-unsealed exists
PHPStan (8.5, windows-latest): tests/PHPStan/Analyser/Ignore/IgnoreLexerTest.php#L30
Parameter #2 $expectedTokens of method PHPStan\Analyser\Ignore\IgnoreLexerTest::testTokenize() expects list<array{string, 1|2|3|4|5|6|7}>, array{array{'return.ref', 3, 1}, array{',', 4, 1}, array{' ', 1, 1}, array{'return.ref', 3, 1}} given.
PHPStan (8.5, windows-latest): tests/PHPStan/Analyser/Ignore/IgnoreLexerTest.php#L21
Parameter #2 $expectedTokens of method PHPStan\Analyser\Ignore\IgnoreLexerTest::testTokenize() expects list<array{string, 1|2|3|4|5|6|7}>, array{array{'return.ref', 3, 1}, array{' ', 1, 1}, array{'return.ref', 3, 1}} given.
PHPStan (8.5, windows-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, windows-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, windows-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, windows-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.5, windows-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, windows-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.5, windows-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, windows-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 (7.4, windows-latest)
Canceling since a higher priority waiting request for sa-unsealed exists
PHPStan (7.4, windows-latest)
The operation was canceled.
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.
Static Analysis
Canceling since a higher priority waiting request for sa-unsealed exists
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 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.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.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, 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.5, ubuntu-latest)
No files were found with the provided path: baseline-php-8.5.neon. No artifacts will be uploaded.
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.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, 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.2, ubuntu-latest)
No files were found with the provided path: baseline-php-8.2.neon. No artifacts will be uploaded.
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.
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/
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.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, 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.3, ubuntu-latest)
No files were found with the provided path: baseline-php-8.3.neon. No artifacts will be uploaded.
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, 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.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, 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.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, 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.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, 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.3, windows-latest)
No files were found with the provided path: baseline-php-8.3.neon. No artifacts will be uploaded.
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, 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.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)
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, windows-latest)
No files were found with the provided path: baseline-php-8.4.neon. No artifacts will be uploaded.
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, 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.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 (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.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/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/

Artifacts

Produced during runtime
Name Size Digest
baseline-7.4
1.12 KB
sha256:ca51ef2ad138ce3b206cb0e936df66f3c5d6dff734c5663edd6018600d19c3a9
baseline-8.0
1.12 KB
sha256:26cd21e77dbff55a9786ad6e007e073b6aa0947013f889ffc6ba02d76313a482
baseline-8.0
1.12 KB
sha256:b703ca4cfe3566f76f7756570cceacb9c48e7fd63c292465dc2af772244fcb61
baseline-8.1
1.12 KB
sha256:29ab3785365fe649e19984f0c2ddd34c631541df8554770af5c7edfd7e3e10a2