Skip to content

Commit

Permalink
fix psalm
Browse files Browse the repository at this point in the history
  • Loading branch information
LordSimal committed Jan 4, 2024
1 parent 573aabe commit fea0f4f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion psalm-baseline.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.10.0@a5effd2d2dddd1a7ea7a0f6a051ce63ff979e356">
<files psalm-version="5.13.1@086b94371304750d1c673315321a55d15fc59015">
<file src="src/Command/BenchmarkCommand.php">
<PossiblyInvalidArgument>
<code><![CDATA[$options['t'] - array_sum($times)]]></code>
</PossiblyInvalidArgument>
</file>
<file src="src/Database/Log/DebugLog.php">
<InternalMethod>
<code>jsonSerialize</code>
</InternalMethod>
</file>
<file src="src/DebugInclude.php">
<PossiblyNullArrayOffset>
<code><![CDATA[$this->_composerPaths]]></code>
Expand Down

0 comments on commit fea0f4f

Please sign in to comment.