Skip to content

Commit fea0f4f

Browse files
committed
fix psalm
1 parent 573aabe commit fea0f4f

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

psalm-baseline.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<files psalm-version="5.10.0@a5effd2d2dddd1a7ea7a0f6a051ce63ff979e356">
2+
<files psalm-version="5.13.1@086b94371304750d1c673315321a55d15fc59015">
3+
<file src="src/Command/BenchmarkCommand.php">
4+
<PossiblyInvalidArgument>
5+
<code><![CDATA[$options['t'] - array_sum($times)]]></code>
6+
</PossiblyInvalidArgument>
7+
</file>
8+
<file src="src/Database/Log/DebugLog.php">
9+
<InternalMethod>
10+
<code>jsonSerialize</code>
11+
</InternalMethod>
12+
</file>
313
<file src="src/DebugInclude.php">
414
<PossiblyNullArrayOffset>
515
<code><![CDATA[$this->_composerPaths]]></code>

0 commit comments

Comments
 (0)