Skip to content

Commit

Permalink
Update psalm-baseline.xml
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
  • Loading branch information
ghostwriter committed Jun 26, 2023
1 parent feac1c9 commit 9008bd0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions psalm-baseline.xml
Expand Up @@ -102,6 +102,13 @@
</UnusedClass>
</file>
<file src="src/Listener/MatrixListener.php">
<RedundantCondition>
<code>false</code>
</RedundantCondition>
<TypeDoesNotContainType>
<code>$phpVersion === PhpVersion::PHP_83</code>
<code>$phpVersion === PhpVersion::PHP_83</code>
</TypeDoesNotContainType>
<UnusedClass>
<code>MatrixListener</code>
</UnusedClass>
Expand Down

0 comments on commit 9008bd0

Please sign in to comment.