Skip to content

Enhancement: Increase phpstan/phpstan level from 5 to 6 #1477

Enhancement: Increase phpstan/phpstan level from 5 to 6

Enhancement: Increase phpstan/phpstan level from 5 to 6 #1477

Triggered via pull request April 26, 2025 14:35
Status Failure
Total duration 1m 21s
Artifacts

ci.yml

on: pull_request
Coding Guidelines
18s
Coding Guidelines
Static Analysis
19s
Static Analysis
Matrix: Tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Static Analysis: src/Node/File.php#L150
Method SebastianBergmann\CodeCoverage\Node\File::__construct() has parameter $functionCoverageData with no value type specified in iterable type array.
Static Analysis: src/Node/File.php#L141
Property SebastianBergmann\CodeCoverage\Node\File::$codeUnitsByLine type has no value type specified in iterable type array.
Static Analysis: src/Node/File.php#L102
Property SebastianBergmann\CodeCoverage\Node\File::$functionCoverageData type has no value type specified in iterable type array.
Static Analysis: src/Node/Builder.php#L63
Method SebastianBergmann\CodeCoverage\Node\Builder::addItems() has parameter $items with no value type specified in iterable type array.
Static Analysis: src/Data/ProcessedCodeCoverageData.php#L225
Method SebastianBergmann\CodeCoverage\Data\ProcessedCodeCoverageData::priorityForLine() has parameter $data with no value type specified in iterable type array.
Static Analysis: src/Data/ProcessedCodeCoverageData.php#L139
Method SebastianBergmann\CodeCoverage\Data\ProcessedCodeCoverageData::coveredFiles() return type has no value type specified in iterable type array.
Static Analysis: src/Data/ProcessedCodeCoverageData.php#L132
Method SebastianBergmann\CodeCoverage\Data\ProcessedCodeCoverageData::functionCoverage() return type has no value type specified in iterable type array.
Static Analysis: src/Data/ProcessedCodeCoverageData.php#L127
Method SebastianBergmann\CodeCoverage\Data\ProcessedCodeCoverageData::setFunctionCoverage() has parameter $functionCoverage with no value type specified in iterable type array.
Static Analysis: src/Data/ProcessedCodeCoverageData.php#L120
Method SebastianBergmann\CodeCoverage\Data\ProcessedCodeCoverageData::lineCoverage() return type has no value type specified in iterable type array.
Static Analysis: src/Data/ProcessedCodeCoverageData.php#L115
Method SebastianBergmann\CodeCoverage\Data\ProcessedCodeCoverageData::setLineCoverage() has parameter $lineCoverage with no value type specified in iterable type array.