Skip to content

Commit

Permalink
Update Psalm baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Sep 8, 2019
1 parent d7be496 commit 86dfca4
Showing 1 changed file with 8 additions and 29 deletions.
37 changes: 8 additions & 29 deletions .psalm/baseline.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="3.4.12@86e5e50c1bb492045e70f2ebe1da3cad06e4e9b2">
<file src="src/Annotation/DocBlock.php">
<InvalidCatch occurrences="1"/>
</file>
<file src="src/Framework/Assert.php">
<ArgumentTypeCoercion occurrences="2">
<code>$expectedElement-&gt;childNodes-&gt;item($i)</code>
Expand Down Expand Up @@ -120,9 +117,6 @@
<code>self</code>
<code>self</code>
</MoreSpecificReturnType>
<UndefinedInterfaceMethod occurrences="1">
<code>registerId</code>
</UndefinedInterfaceMethod>
</file>
<file src="src/Framework/MockObject/Generator.php">
<ArgumentTypeCoercion occurrences="4">
Expand All @@ -141,35 +135,12 @@
<code>\WSDL_CACHE_NONE</code>
</UndefinedConstant>
</file>
<file src="src/Framework/MockObject/InvocationMocker.php">
<InvalidNullableReturnType occurrences="1">
<code>Match</code>
</InvalidNullableReturnType>
<NullableReturnStatement occurrences="1">
<code>null</code>
</NullableReturnStatement>
<UndefinedInterfaceMethod occurrences="1">
<code>hasMatchers</code>
</UndefinedInterfaceMethod>
</file>
<file src="src/Framework/MockObject/Matcher.php">
<InvalidPropertyAssignmentValue occurrences="1">
<code>new AnyParameters</code>
</InvalidPropertyAssignmentValue>
<PossiblyNullReference occurrences="2">
<code>__phpunit_getInvocationMocker</code>
<code>__phpunit_getInvocationMocker</code>
</PossiblyNullReference>
</file>
<file src="src/Framework/MockObject/Matcher/ConsecutiveParameters.php">
<TypeDoesNotContainNull occurrences="1">
<code>$invocation === null</code>
</TypeDoesNotContainNull>
</file>
<file src="src/Framework/MockObject/Matcher/Parameters.php">
<InvalidPropertyAssignmentValue occurrences="1">
<code>$this-&gt;doVerify()</code>
</InvalidPropertyAssignmentValue>
<PossiblyNullPropertyAssignmentValue occurrences="1">
<code>null</code>
</PossiblyNullPropertyAssignmentValue>
Expand Down Expand Up @@ -305,6 +276,14 @@
<code>$this-&gt;createPrinter(ResultPrinter::class, $arguments)</code>
</PropertyTypeCoercion>
</file>
<file src="src/Util/Annotation/DocBlock.php">
<InvalidCatch occurrences="1"/>
</file>
<file src="src/Util/Annotation/RegistryTest.php">
<UndefinedClass occurrences="1">
<code>\ThisClassDoesNotExist</code>
</UndefinedClass>
</file>
<file src="src/Util/Blacklist.php">
<UndefinedClass occurrences="1">
<code>Invoker</code>
Expand Down

0 comments on commit 86dfca4

Please sign in to comment.