Skip to content

Commit

Permalink
fix some psalm false positives
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
  • Loading branch information
Julien Veyssier committed Jan 3, 2022
1 parent 1f9cef4 commit 69b91e2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tests/psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,20 @@
<code>null</code>
</NullableReturnStatement>
</file>
<file src="lib/Service/ImageService.php">
<InvalidCatch occurrences="2"/>
<MissingDependency occurrences="8">
<code>$this-&gt;rootFolder</code>
<code>IRootFolder</code>
<code>ShareNotFound</code>
</MissingDependency>
<UndefinedClass occurrences="3">
<code>\OC\User\NoUserException</code>
</UndefinedClass>
<UndefinedDocblockClass occurrences="10">
<code>\OC\User\NoUserException</code>
</UndefinedDocblockClass>
</file>
<file src="vendor/christophwurst/nextcloud/OCP/BackgroundJob/TimedJob.php">
<ImplementedParamTypeMismatch occurrences="1">
<code>$jobList</code>
Expand Down

0 comments on commit 69b91e2

Please sign in to comment.