Skip to content

Commit

Permalink
Update baseline as the interface will die soon anyway it makes little…
Browse files Browse the repository at this point in the history
… sense to add the method

Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Apr 27, 2022
1 parent 2ca7342 commit 49b342a
Showing 1 changed file with 19 additions and 7 deletions.
26 changes: 19 additions & 7 deletions tests/psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,17 +169,19 @@
</MissingDependency>
</file>
<file src="lib/Controller/SettingsController.php">
<InvalidArgument occurrences="1">
<code>SharedStorage::class</code>
</InvalidArgument>
<MissingDependency occurrences="3">
<code>$this-&gt;rootFolder</code>
<code>IRootFolder</code>
<code>IRootFolder</code>
</MissingDependency>
<InvalidArgument occurrences="1">
<code>SharedStorage::class</code>
</InvalidArgument>
</file>
<file src="lib/Controller/SignalingController.php">
<UndefinedClass occurrences="1"/>
<UndefinedClass occurrences="1">
<code>ConnectException</code>
</UndefinedClass>
</file>
<file src="lib/Controller/TempAvatarController.php">
<UndefinedClass occurrences="1">
Expand All @@ -197,23 +199,33 @@
</UndefinedClass>
</file>
<file src="lib/Files/Util.php">
<InvalidArgument occurrences="1">
<code>SharedStorage::class</code>
</InvalidArgument>
<MissingDependency occurrences="5">
<code>$this-&gt;rootFolder</code>
<code>$this-&gt;rootFolder</code>
<code>$this-&gt;rootFolder</code>
<code>IRootFolder</code>
<code>IRootFolder</code>
</MissingDependency>
<InvalidArgument occurrences="1">
<code>SharedStorage::class</code>
</InvalidArgument>
</file>
<file src="lib/MatterbridgeManager.php">
<UndefinedClass occurrences="7">
<code>$this-&gt;tokenProvider</code>
<code>$this-&gt;tokenProvider</code>
<code>$this-&gt;tokenProvider</code>
<code>IAuthTokenProvider</code>
<code>IAuthTokenProvider</code>
<code>IToken</code>
<code>IToken</code>
</UndefinedClass>
</file>
<file src="lib/Middleware/InjectionMiddleware.php">
<UndefinedInterfaceMethod occurrences="1">
<code>getAnnotationParameter</code>
</UndefinedInterfaceMethod>
</file>
<file src="lib/Migration/Version2001Date20170707115443.php">
<InvalidArrayAccess occurrences="1">
<code>$return['num_rooms']</code>
Expand Down

0 comments on commit 49b342a

Please sign in to comment.