diff options
author | Carl Schwan <carl@carlschwan.eu> | 2022-05-24 20:46:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-24 20:46:23 +0200 |
commit | d6158c8aeacdf3dbf18180a6b3cfdfd1e0289a91 (patch) | |
tree | c846571ff457ab8e28a7f3a8bafb29392d338f5b /build | |
parent | a40b6ce9956d529e8c94726587a4139d6627b250 (diff) | |
parent | 3ada267a0224ac7b1fd642a5eb21a7be700c691a (diff) | |
download | nextcloud-server-d6158c8aeacdf3dbf18180a6b3cfdfd1e0289a91.tar.gz nextcloud-server-d6158c8aeacdf3dbf18180a6b3cfdfd1e0289a91.zip |
Merge pull request #32548 from nextcloud/fix/return-type
Fix return type and make type stricter
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index ae99d3e7e57..1f15bc09428 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -472,11 +472,6 @@ <code>tryTokenLogin</code> </UndefinedInterfaceMethod> </file> - <file src="apps/dav/lib/Connector/Sabre/CommentPropertiesPlugin.php"> - <InvalidScalarArgument occurrences="1"> - <code>$node->getId()</code> - </InvalidScalarArgument> - </file> <file src="apps/dav/lib/Connector/Sabre/Directory.php"> <InvalidPropertyAssignmentValue occurrences="1"> <code>$nodes</code> |