Skip to content

Commit

Permalink
Update Psalm baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jul 29, 2022
1 parent 36d7222 commit 96d6b8d
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions .psalm/baseline.xml
Expand Up @@ -4,9 +4,8 @@
<ArgumentTypeCoercion occurrences="1">
<code>$unit[0]</code>
</ArgumentTypeCoercion>
<DocblockTypeContradiction occurrences="2">
<DocblockTypeContradiction occurrences="1">
<code>!is_array($linesToBeCovered) &amp;&amp; $linesToBeCovered !== false</code>
<code>$id === null</code>
</DocblockTypeContradiction>
<InternalClass occurrences="3">
<code>Test::LARGE</code>
Expand All @@ -20,29 +19,10 @@
<code>isLarge</code>
<code>isMedium</code>
</InternalMethod>
<PossiblyNullPropertyAssignmentValue occurrences="2">
<code>null</code>
<code>null</code>
</PossiblyNullPropertyAssignmentValue>
<PropertyNotSetInConstructor occurrences="1">
<code>$currentId</code>
</PropertyNotSetInConstructor>
<RedundantConditionGivenDocblockType occurrences="1">
<code>is_array($linesToBeCovered)</code>
</RedundantConditionGivenDocblockType>
</file>
<file src="src/Driver/PcovDriver.php">
<UndefinedConstant occurrences="1">
<code>inclusive</code>
</UndefinedConstant>
<UndefinedFunction occurrences="5">
<code>clear()</code>
<code>collect(inclusive, $filesToCollectCoverageFor)</code>
<code>start()</code>
<code>stop()</code>
<code>waiting()</code>
</UndefinedFunction>
</file>
<file src="src/Driver/Xdebug2Driver.php">
<UndefinedConstant occurrences="3">
<code>XDEBUG_CC_BRANCH_CHECK</code>
Expand Down

0 comments on commit 96d6b8d

Please sign in to comment.