Skip to content

Commit

Permalink
Update Psalm baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Sep 20, 2021
1 parent 12856cc commit 7cecb7b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .psalm/baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -258,10 +258,13 @@
<code>toString</code>
<code>toString</code>
</PossiblyNullReference>
<PossiblyUndefinedMethod occurrences="1">
<code>toString</code>
</PossiblyUndefinedMethod>
<RedundantConditionGivenDocblockType occurrences="7">
<code>$node instanceof Function_</code>
<code>$node instanceof Function_</code>
<code>$type instanceof UnionType</code>
<code>$type instanceof ComplexType</code>
<code>assert($node-&gt;namespacedName instanceof Name)</code>
<code>assert(isset($node-&gt;name))</code>
<code>assert(isset($node-&gt;namespacedName))</code>
Expand Down

0 comments on commit 7cecb7b

Please sign in to comment.