Skip to content

Commit bd5a229

Browse files
committed
tests: update psalm baseline for unrelated issues
Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
1 parent aadbf61 commit bd5a229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/psalm-baseline.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@
385385
</file>
386386
<file src="lib/Tools/Traits/TNCLogger.php">
387387
<RedundantCondition>
388-
<code><![CDATA[isset($this->logger)]]></code>
388+
<code><![CDATA[isset($this->logger) && $this->logger instanceof LoggerInterface]]></code>
389389
</RedundantCondition>
390390
<RedundantPropertyInitializationCheck>
391391
<code><![CDATA[isset($this->logger)]]></code>

0 commit comments

Comments
 (0)