Skip to content

Commit 3749acd

Browse files
committed
Update Psalm baseline
1 parent 44cd1f3 commit 3749acd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

psalm-baseline.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<code><![CDATA[$this->cache->flush()]]></code>
99
</MixedReturnStatement>
1010
<PossiblyInvalidPropertyAssignmentValue>
11-
<code><![CDATA[$tags ? $cache->tags($tags) : $cache]]></code>
11+
<code><![CDATA[($tags === [] || !$cache->supportsTags()) ? $cache : $cache->tags($tags)]]></code>
1212
</PossiblyInvalidPropertyAssignmentValue>
1313
</file>
1414
<file src="src/Console/Clear.php">

0 commit comments

Comments
 (0)