Skip to content

Commit

Permalink
Update baseline
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Dec 9, 2020
1 parent d6f8ae1 commit c23c828
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions tests/psalm-baseline.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="4.1.1@16bfbd9224698bd738c665f33039fade2a1a3977">
<files psalm-version="3.16@d03e5ef057d6adc656c0ff7e166c50b73b4f48f3">
<file src="lib/AppInfo/Application.php">
<UndefinedClass occurrences="2">
<code>BeforeTemplateRenderedEvent</code>
Expand Down Expand Up @@ -75,12 +75,6 @@
<code>getById</code>
</UndefinedInterfaceMethod>
</file>
<file src="lib/Chat/SystemMessage/Listener.php">
<InvalidArgument occurrences="2">
<code>$listener</code>
<code>$listener</code>
</InvalidArgument>
</file>
<file src="lib/Command/ActiveCalls.php">
<UndefinedClass occurrences="1">
<code>Base</code>
Expand Down Expand Up @@ -215,6 +209,16 @@
<code>DBALException</code>
</UndefinedClass>
</file>
<file src="lib/Controller/MatterbridgeController.php">
<InvalidArgument occurrences="1">
<code>$success</code>
</InvalidArgument>
</file>
<file src="lib/Controller/MatterbridgeSettingsController.php">
<InvalidArgument occurrences="1">
<code>$success</code>
</InvalidArgument>
</file>
<file src="lib/Controller/PageController.php">
<MissingDependency occurrences="2">
<code>IRootFolder</code>
Expand Down Expand Up @@ -250,6 +254,10 @@
</UndefinedClass>
</file>
<file src="lib/Controller/SignalingController.php">
<InvalidArgument occurrences="2">
<code>'Internal signaling disabled.'</code>
<code>'Internal signaling disabled.'</code>
</InvalidArgument>
<UndefinedClass occurrences="1">
<code>\GuzzleHttp\Exception\ConnectException</code>
</UndefinedClass>
Expand Down Expand Up @@ -278,9 +286,6 @@
<code>GroupFolderStorage</code>
</UndefinedClass>
</file>
<file src="lib/Flow/Operation.php">
<InvalidArgument occurrences="1"/>
</file>
<file src="lib/GuestManager.php">
<UndefinedDocblockClass occurrences="1">
<code>\Doctrine\DBAL\DBALException</code>
Expand Down Expand Up @@ -382,9 +387,6 @@
</UndefinedInterfaceMethod>
</file>
<file src="lib/Share/Listener.php">
<InvalidArgument occurrences="1">
<code>[self::class, 'listenPreShare']</code>
</InvalidArgument>
<UndefinedClass occurrences="7">
<code>$event-&gt;getView()</code>
<code>$event-&gt;getView()</code>
Expand Down

0 comments on commit c23c828

Please sign in to comment.