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 44cd1f3 commit 3749acdCopy full SHA for 3749acd
psalm-baseline.xml
@@ -8,7 +8,7 @@
8
<code><![CDATA[$this->cache->flush()]]></code>
9
</MixedReturnStatement>
10
<PossiblyInvalidPropertyAssignmentValue>
11
- <code><![CDATA[$tags ? $cache->tags($tags) : $cache]]></code>
+ <code><![CDATA[($tags === [] || !$cache->supportsTags()) ? $cache : $cache->tags($tags)]]></code>
12
</PossiblyInvalidPropertyAssignmentValue>
13
</file>
14
<file src="src/Console/Clear.php">
0 commit comments