Skip to content

Commit f10a077

Browse files
committed
Finalize
1 parent 1844ba5 commit f10a077

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

psalm-baseline.xml

+10
Original file line numberDiff line numberDiff line change
@@ -1627,6 +1627,16 @@
16271627
<code><![CDATA[getenv('COMPOSER')]]></code>
16281628
</RiskyTruthyFalsyComparison>
16291629
</file>
1630+
<file src="src/Psalm/Internal/DataFlow/DataFlowNode.php">
1631+
<RedundantPropertyInitializationCheck>
1632+
<code><![CDATA[new self('closure-use', null, null, 'closure use')]]></code>
1633+
<code><![CDATA[new self('unknown-origin', null, null, 'unknown origin')]]></code>
1634+
<code><![CDATA[new self('variable-use', null, null, 'variable use')]]></code>
1635+
<code><![CDATA[self::$forClosureUse]]></code>
1636+
<code><![CDATA[self::$forUnknownOrigin]]></code>
1637+
<code><![CDATA[self::$forVariableUse]]></code>
1638+
</RedundantPropertyInitializationCheck>
1639+
</file>
16301640
<file src="src/Psalm/Internal/Diff/ClassStatementsDiffer.php">
16311641
<ImplicitToStringCast>
16321642
<code><![CDATA[$const->name]]></code>

0 commit comments

Comments
 (0)