Skip to content

Commit

Permalink
Update Psalm baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jan 30, 2024
1 parent 114b43e commit 68f0085
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .psalm/baseline.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.15.0@5c774aca4746caf3d239d9c8cadb9f882ca29352">
<files psalm-version="5.18.0@b113f3ed0259fd6e212d87c3df80eec95a6abf19">
<file src="src/CodeCoverage.php">
<ArgumentTypeCoercion>
<code>$tmp[0]</code>
Expand Down Expand Up @@ -252,17 +252,24 @@
<PossiblyUndefinedMethod>
<code>toString</code>
</PossiblyUndefinedMethod>
<RedundantConditionGivenDocblockType>
<code><![CDATA[assert($node->namespacedName instanceof Name)]]></code>
<RedundantCondition>
<code><![CDATA[assert($node->namespacedName instanceof Name)]]></code>
<code><![CDATA[assert($parentNode->namespacedName instanceof Name)]]></code>
<code><![CDATA[assert(isset($node->name))]]></code>
<code><![CDATA[assert(isset($node->namespacedName))]]></code>
</RedundantCondition>
<RedundantConditionGivenDocblockType>
<code><![CDATA[assert($node->namespacedName instanceof Name)]]></code>
<code><![CDATA[assert($parentNode->namespacedName instanceof Name)]]></code>
<code><![CDATA[assert(isset($parameter->var->name))]]></code>
</RedundantConditionGivenDocblockType>
<UnsupportedPropertyReferenceUsage>
<code><![CDATA[$storage = &$this->classes]]></code>
<code><![CDATA[$storage = &$this->traits]]></code>
</UnsupportedPropertyReferenceUsage>
</file>
<file src="src/StaticAnalysis/ExecutableLinesFindingVisitor.php">
<UndefinedClass>
<code>Node\Stmt\Throw_</code>
</UndefinedClass>
</file>
</files>

0 comments on commit 68f0085

Please sign in to comment.