Skip to content

Commit

Permalink
chore: update psalm baseline
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Appelman <[email protected]>
  • Loading branch information
icewind1991 committed Mar 5, 2024
1 parent ba62812 commit c841bf3
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 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="5.14.1@b9d355e0829c397b9b3b47d0c0ed042a8a70284d">
<files psalm-version="5.21.1@8c473e2437be8b6a8fd8f630f0f11a16b114c494">
<file src="lib/AppConfigOverwrite.php">
<MethodSignatureMismatch>
<code>public function getValue($app, $key, $default = null) {</code>
Expand All @@ -10,19 +10,6 @@
<code>listen</code>
</UndefinedInterfaceMethod>
</file>
<file src="lib/AppWhitelist.php">
<UndefinedMethod/>
</file>
<file src="lib/Hooks.php">
<InvalidScalarArgument>
<code><![CDATA[$share->getNodeId()]]></code>
</InvalidScalarArgument>
</file>
<file src="lib/Mail.php">
<MissingDependency>
<code>Share</code>
</MissingDependency>
</file>
<file src="lib/RestrictionManager.php">
<UndefinedClass>
<code>ExternalMountPoint</code>
Expand Down

0 comments on commit c841bf3

Please sign in to comment.