Skip to content

Enhancement: Extract local type alias #112

Enhancement: Extract local type alias

Enhancement: Extract local type alias #112

Triggered via push April 27, 2025 10:11
Status Failure
Total duration 1m 21s
Artifacts

ci.yml

on: push
Coding Guidelines
12s
Coding Guidelines
Static Analysis
21s
Static Analysis
Matrix: Tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Static Analysis: src/Data/ProcessedCodeCoverageData.php#L116
Method SebastianBergmann\CodeCoverage\Data\ProcessedCodeCoverageData::setLineCoverage() has parameter $lineCoverage with no value type specified in iterable type array.
Static Analysis: src/Data/ProcessedCodeCoverageData.php#L121
Method SebastianBergmann\CodeCoverage\Data\ProcessedCodeCoverageData::lineCoverage() return type has no value type specified in iterable type array.
Static Analysis: src/Data/ProcessedCodeCoverageData.php#L146
Method SebastianBergmann\CodeCoverage\Data\ProcessedCodeCoverageData::coveredFiles() return type has no value type specified in iterable type array.
Static Analysis: src/Data/ProcessedCodeCoverageData.php#L232
Method SebastianBergmann\CodeCoverage\Data\ProcessedCodeCoverageData::priorityForLine() has parameter $data with 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/Node/File.php#L102
Property SebastianBergmann\CodeCoverage\Node\File::$functionCoverageData type has 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#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#L175
Method SebastianBergmann\CodeCoverage\Node\File::functionCoverageData() return type has no value type specified in iterable type array.
Static Analysis: src/Report/Html/Renderer/File.php#L804
Method SebastianBergmann\CodeCoverage\Report\Html\File::renderBranchLines() has parameter $branch with no value type specified in iterable type array.