Skip to content

Commit

Permalink
Update psalm baseline
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <[email protected]>
Signed-off-by: nextcloud-command <[email protected]>
  • Loading branch information
marcelklehr authored and nextcloud-command committed Mar 17, 2022
1 parent 9d51926 commit ccc8229
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions tests/psalm-baseline.xml
Original file line number Diff line number Diff line change
@@ -1,24 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="4.3.1@2feba22a005a18bf31d4c7b9bdb9252c73897476">
<files psalm-version="4.x-dev@">
<file src="lib/Controller/AlbumsController.php">
<MissingDependency occurrences="5">
<MissingDependency occurrences="4">
<code>$this-&gt;rootFolder</code>
<code>$this-&gt;rootFolder</code>
<code>IRootFolder</code>
<code>IRootFolder</code>
<code>StorageNotAvailableException</code>
</MissingDependency>
<UndefinedClass occurrences="2">
<code>SharedStorage</code>
<code>\OCA\GroupFolders\Mount\GroupFolderStorage</code>
</UndefinedClass>
</file>
<file src="lib/Controller/PageController.php">
<UndefinedClass occurrences="4">
<MissingDependency occurrences="3">
<code>$this-&gt;rootFolder</code>
<code>IRootFolder</code>
<code>\OCP\Files\IRootFolder</code>
</MissingDependency>
<UndefinedClass occurrences="10">
<code>$e</code>
<code>LoadSidebar</code>
<code>LoadSidebar</code>
<code>LoadViewer</code>
<code>LoadViewer</code>
<code>NoUserException</code>
<code>SearchBinaryOperator</code>
<code>SearchComparison</code>
<code>SearchComparison</code>
<code>SearchQuery</code>
</UndefinedClass>
</file>
</files>

0 comments on commit ccc8229

Please sign in to comment.