We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 633b76d commit 32ea51fCopy full SHA for 32ea51f
.psalm/baseline.xml
@@ -17,6 +17,9 @@
17
<DeprecatedConstant>
18
<code>NodeTraverser::DONT_TRAVERSE_CHILDREN</code>
19
</DeprecatedConstant>
20
+ <RedundantCondition>
21
+ <code><![CDATA[$functionName !== '']]></code>
22
+ </RedundantCondition>
23
<RedundantConditionGivenDocblockType>
24
<code><![CDATA[assert($node->namespacedName instanceof Name)]]></code>
25
<code><![CDATA[assert($parent->namespacedName instanceof Name)]]></code>
0 commit comments