Skip to content

Commit 32ea51f

Browse files
Update Psalm baseline
1 parent 633b76d commit 32ea51f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.psalm/baseline.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
<DeprecatedConstant>
1818
<code>NodeTraverser::DONT_TRAVERSE_CHILDREN</code>
1919
</DeprecatedConstant>
20+
<RedundantCondition>
21+
<code><![CDATA[$functionName !== '']]></code>
22+
</RedundantCondition>
2023
<RedundantConditionGivenDocblockType>
2124
<code><![CDATA[assert($node->namespacedName instanceof Name)]]></code>
2225
<code><![CDATA[assert($parent->namespacedName instanceof Name)]]></code>

0 commit comments

Comments
 (0)