Skip to content

Commit

Permalink
chore: Update psalm baseline with missing symfony dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliusknorr committed Nov 23, 2023
1 parent 467edf3 commit f21a198
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tests/psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@
<code><![CDATA[$app !== '']]></code>
</RedundantCondition>
</file>
<file src="lib/Controller/SettingsController.php">
<UndefinedClass>
<code>NullOutput</code>
<code>NullOutput</code>
</UndefinedClass>
</file>
<file src="lib/Controller/TemplatesController.php">
<InvalidReturnStatement>
<code><![CDATA[$this->fetchPreview($template, $x, $y, $a, $forceIcon, $mode)]]></code>
Expand Down Expand Up @@ -114,6 +120,12 @@
<code>Office</code>
</MissingDependency>
</file>
<file src="lib/Service/ConnectivityService.php">
<UndefinedClass>
<code>OutputInterface</code>
<code>OutputInterface</code>
</UndefinedClass>
</file>
<file src="lib/Service/FederationService.php">
<TypeDoesNotContainType>
<code>is_array($trustedList)</code>
Expand Down

0 comments on commit f21a198

Please sign in to comment.