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 dde22eb commit 4ea4a1f
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
@@ -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/Complexity/ComplexityCollection.php">
<ArgumentTypeCoercion>
<code>$items</code>
Expand All @@ -14,6 +14,9 @@
</MissingTemplateParam>
</file>
<file src="src/Visitor/ComplexityCalculatingVisitor.php">
<DeprecatedConstant>
<code>NodeTraverser::DONT_TRAVERSE_CHILDREN</code>
</DeprecatedConstant>
<RedundantConditionGivenDocblockType>
<code><![CDATA[assert($node->namespacedName instanceof Name)]]></code>
<code><![CDATA[assert($parent->namespacedName instanceof Name)]]></code>
Expand Down

0 comments on commit 4ea4a1f

Please sign in to comment.