Skip to content

Commit c09855a

Browse files
committed
Update Psalm baseline
1 parent 883b071 commit c09855a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

psalm-baseline.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
</PossiblyInvalidPropertyAssignmentValue>
1616
</file>
1717
<file src="src/Console/Clear.php">
18+
<DeprecatedMethod>
19+
<code><![CDATA[fire]]></code>
20+
</DeprecatedMethod>
1821
<InvalidReturnStatement>
1922
<code><![CDATA[$this->output->error('Default cache system does not support tags')]]></code>
2023
</InvalidReturnStatement>
@@ -37,6 +40,9 @@
3740
</UndefinedFunction>
3841
</file>
3942
<file src="src/Console/Update.php">
43+
<DeprecatedMethod>
44+
<code><![CDATA[fire]]></code>
45+
</DeprecatedMethod>
4046
<MixedArgument>
4147
<code><![CDATA[$result]]></code>
4248
<code><![CDATA[$service]]></code>

0 commit comments

Comments
 (0)