Skip to content

Commit

Permalink
Update Psalm baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed May 12, 2020
1 parent 8096cfd commit 7067f4f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .psalm/baseline.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="3.11.2@d470903722cfcbc1cd04744c5491d3e6d13ec3d9">
<files psalm-version="3.11.4@58e1d8e68e5098bf4fbfdfb420c38d563f882549">
<file src="src/Framework/Assert.php">
<ArgumentTypeCoercion occurrences="2">
<code>$expectedElement-&gt;childNodes-&gt;item($i)</code>
Expand Down Expand Up @@ -101,6 +101,13 @@
<PossiblyNullReference occurrences="1">
<code>allowsNull</code>
</PossiblyNullReference>
<TypeDoesNotContainType occurrences="1">
<code>$type instanceof \ReflectionUnionType</code>
</TypeDoesNotContainType>
<UndefinedClass occurrences="2">
<code>\ReflectionUnionType</code>
<code>$type</code>
</UndefinedClass>
</file>
<file src="src/Framework/MockObject/Rule/ConsecutiveParameters.php">
<TypeDoesNotContainNull occurrences="1">
Expand Down

0 comments on commit 7067f4f

Please sign in to comment.