Skip to content

Commit

Permalink
Merge branch '9.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Sep 2, 2022
2 parents 08e4035 + 0ba23aa commit 5fe7cbb
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .phive/phars.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<phive xmlns="https://phar.io/phive">
<phar name="php-cs-fixer" version="^3.0" installed="3.9.5" location="./tools/php-cs-fixer" copy="true"/>
<phar name="psalm" version="^4.0" installed="4.26.0" location="./tools/psalm" copy="true"/>
<phar name="composer" version="^2.0.3" installed="2.4.0" location="./tools/composer" copy="true"/>
<phar name="php-cs-fixer" version="^3.0" installed="3.11.0" location="./tools/php-cs-fixer" copy="true"/>
<phar name="psalm" version="^4.0" installed="4.27.0" location="./tools/psalm" copy="true"/>
<phar name="composer" version="^2.0.3" installed="2.4.1" location="./tools/composer" copy="true"/>
</phive>
3 changes: 0 additions & 3 deletions .psalm/baseline.xml
Expand Up @@ -20,9 +20,6 @@
<RedundantCondition occurrences="1">
<code>is_array($linesToBeCovered)</code>
</RedundantCondition>
<TypeDoesNotContainType occurrences="1">
<code>!is_array($linesToBeCovered) &amp;&amp; $linesToBeCovered !== false</code>
</TypeDoesNotContainType>
</file>
<file src="src/Data/ProcessedCodeCoverageData.php">
<PossiblyNullArgument occurrences="1">
Expand Down
2 changes: 0 additions & 2 deletions src/Node/Iterator.php
Expand Up @@ -71,8 +71,6 @@ public function next(): void

/**
* Returns the sub iterator for the current element.
*
* @return Iterator
*/
public function getChildren(): self
{
Expand Down
Binary file modified tools/composer
Binary file not shown.
Binary file modified tools/php-cs-fixer
Binary file not shown.
Binary file modified tools/psalm
Binary file not shown.

0 comments on commit 5fe7cbb

Please sign in to comment.