Skip to content

Commit

Permalink
fixup! Improve container return type annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr committed Jul 28, 2022
1 parent b169b1e commit 85f7b36
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions build/psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1924,7 +1924,10 @@
</UndefinedInterfaceMethod>
</file>
<file src="core/Application.php">
<InvalidArgument occurrences="9">
<InvalidArgument occurrences="12">
<code>addServiceListener</code>
<code>addServiceListener</code>
<code>addServiceListener</code>
<code>addServiceListener</code>
<code>addServiceListener</code>
<code>addServiceListener</code>
Expand Down Expand Up @@ -3220,7 +3223,6 @@
<code>bool</code>
<code>int</code>
<code>string</code>
<code>string</code>
</InvalidReturnType>
<InvalidScalarArgument occurrences="5">
<code>$lastChunkPos</code>
Expand Down Expand Up @@ -3700,6 +3702,9 @@
<code>\OCP\Calendar\Room\IManager</code>
<code>\OCP\Files\Folder|null</code>
</ImplementedReturnTypeMismatch>
<InvalidArgument occurrences="1">
<code>new GenericEvent($user)</code>
</InvalidArgument>
<InvalidCatch occurrences="1"/>
<UndefinedDocblockClass occurrences="1">
<code>\OC\OCSClient</code>
Expand Down

0 comments on commit 85f7b36

Please sign in to comment.