Skip to content

Commit

Permalink
qa: update baseline
Browse files Browse the repository at this point in the history
Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
Signed-off-by: Drew Robinson <drew.robinson@gmail.com>
  • Loading branch information
boesing authored and ocean committed Nov 6, 2020
1 parent bc794d3 commit 81239c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions psalm-baseline.xml
Expand Up @@ -5752,10 +5752,9 @@
</UndefinedInterfaceMethod>
</file>
<file src="test/Reader/Http/LaminasHttpClientDecoratorTest.php">
<InvalidArgument occurrences="3">
<InvalidArgument occurrences="2">
<code>$headers</code>
<code>$responseHeaders</code>
<code>testDecoratorRaisesExceptionForInvalidHeaders</code>
</InvalidArgument>
<MismatchingDocblockReturnType occurrences="1">
<code>MockObject&lt;Headers&gt;</code>
Expand All @@ -5772,8 +5771,9 @@
<code>$this-&gt;client</code>
<code>$this-&gt;client</code>
</MixedArgument>
<MixedInferredReturnType occurrences="1">
<MixedInferredReturnType occurrences="2">
<code>MockObject&lt;Headers&gt;</code>
<code>\Generator</code>
</MixedInferredReturnType>
<MixedMethodCall occurrences="31">
<code>expects</code>
Expand Down

0 comments on commit 81239c2

Please sign in to comment.