Skip to content

Commit

Permalink
Update baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Dec 3, 2023
1 parent 009b539 commit 1ac68d7
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion config/psalm-baseline.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="dev-master@47f792ea120cbbc975deec2d2ea166257e058f94">
<files psalm-version="5.x-dev@5acde045f126440ded206b406cf37b649ede84fc">
<file src="../src/Psl/Collection/MutableVector.php">
<InvalidReturnStatement>
<code><![CDATA[Iter\Iterator::create($this->elements)]]></code>
Expand Down Expand Up @@ -40,6 +40,11 @@
<code>non-empty-string</code>
</MoreSpecificReturnType>
</file>
<file src="../src/Psl/Internal/box.php">
<UnnecessaryVarAnnotation>
<code>string|null</code>
</UnnecessaryVarAnnotation>
</file>
<file src="../src/Psl/Iter/random.php">
<TypeDoesNotContainType>
<code>$size === 0</code>
Expand All @@ -55,6 +60,22 @@
<code>string|false</code>
</UnnecessaryVarAnnotation>
</file>
<file src="../src/Psl/Network/Internal/socket_connect.php">
<PossiblyInvalidArgument>
<code>$socket</code>
</PossiblyInvalidArgument>
<UnnecessaryVarAnnotation>
<code>string</code>
</UnnecessaryVarAnnotation>
</file>
<file src="../src/Psl/Shell/execute.php">
<UnnecessaryVarAnnotation>
<code><![CDATA[array<string, string>]]></code>
<code><![CDATA[array<string, string>]]></code>
<code><![CDATA[array<string, string>]]></code>
<code>int</code>
</UnnecessaryVarAnnotation>
</file>
<file src="../src/Psl/Vec/reverse.php">
<TypeDoesNotContainType>
<code>0 === $size</code>
Expand Down

0 comments on commit 1ac68d7

Please sign in to comment.