File tree Expand file tree Collapse file tree 6 files changed +3
-8
lines changed Expand file tree Collapse file tree 6 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<phive xmlns =" https://phar.io/phive" >
3- <phar name =" php-cs-fixer" version =" ^3.0" installed =" 3.9.5 " location =" ./tools/php-cs-fixer" copy =" true" />
4- <phar name =" psalm" version =" ^4.0" installed =" 4.26 .0" location =" ./tools/psalm" copy =" true" />
5- <phar name =" composer" version =" ^2.0.3" installed =" 2.4.0 " location =" ./tools/composer" copy =" true" />
3+ <phar name =" php-cs-fixer" version =" ^3.0" installed =" 3.11.0 " location =" ./tools/php-cs-fixer" copy =" true" />
4+ <phar name =" psalm" version =" ^4.0" installed =" 4.27 .0" location =" ./tools/psalm" copy =" true" />
5+ <phar name =" composer" version =" ^2.0.3" installed =" 2.4.1 " location =" ./tools/composer" copy =" true" />
66</phive >
Original file line number Diff line number Diff line change 2020 <RedundantCondition occurrences =" 1" >
2121 <code >is_array($linesToBeCovered)</code >
2222 </RedundantCondition >
23- <TypeDoesNotContainType occurrences =" 1" >
24- <code >!is_array($linesToBeCovered) && $linesToBeCovered !== false</code >
25- </TypeDoesNotContainType >
2623 </file >
2724 <file src =" src/Data/ProcessedCodeCoverageData.php" >
2825 <PossiblyNullArgument occurrences =" 1" >
Original file line number Diff line number Diff line change @@ -71,8 +71,6 @@ public function next(): void
7171
7272 /**
7373 * Returns the sub iterator for the current element.
74- *
75- * @return Iterator
7674 */
7775 public function getChildren (): self
7876 {
You can’t perform that action at this time.
0 commit comments