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 aadbf61 commit bd5a229Copy full SHA for bd5a229
tests/psalm-baseline.xml
@@ -385,7 +385,7 @@
385
</file>
386
<file src="lib/Tools/Traits/TNCLogger.php">
387
<RedundantCondition>
388
- <code><![CDATA[isset($this->logger)]]></code>
+ <code><![CDATA[isset($this->logger) && $this->logger instanceof LoggerInterface]]></code>
389
</RedundantCondition>
390
<RedundantPropertyInitializationCheck>
391
<code><![CDATA[isset($this->logger)]]></code>
0 commit comments