Skip to content

Commit

Permalink
updated Psalm baseline
Browse files Browse the repository at this point in the history
Signed-off-by: Dennis Riehle <webmaster@riehle-web.com>
  • Loading branch information
driehle committed Jan 22, 2025
1 parent d80c1da commit b541f2b
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions psalm-baseline.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.18.0@b113f3ed0259fd6e212d87c3df80eec95a6abf19">
<files psalm-version="5.26.1@d747f6500b38ac4f7dfc5edbcae6e4b637d7add0">
<file src="src/BlackHole.php">
<MoreSpecificImplementedParamType>
<code>$options</code>
<code><![CDATA[$options]]></code>
</MoreSpecificImplementedParamType>
<RiskyTruthyFalsyComparison>
<code><![CDATA[$options]]></code>
</RiskyTruthyFalsyComparison>
</file>
<file src="src/BlackHole/AdapterPluginManagerDelegatorFactory.php">
<UnusedParam>
<code>$container</code>
<code>$name</code>
<code><![CDATA[$container]]></code>
<code><![CDATA[$name]]></code>
</UnusedParam>
</file>
</files>

0 comments on commit b541f2b

Please sign in to comment.