diff options
author | Carl Schwan <carl@carlschwan.eu> | 2022-03-04 09:09:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-04 09:09:16 +0100 |
commit | 8b1857fc727557012184ac4710c9b87c842a466e (patch) | |
tree | afed08e248da4283661ecce32b9a6e7b0be743fd | |
parent | f1604cf7afa8d65a3648b7c7e1e6611920fe5f6f (diff) | |
parent | 1b80d8264dc50497dbb9567918cf07a9437e6878 (diff) | |
download | nextcloud-server-8b1857fc727557012184ac4710c9b87c842a466e.tar.gz nextcloud-server-8b1857fc727557012184ac4710c9b87c842a466e.zip |
Merge pull request #31439 from nextcloud/automated/noid/psalm-baseline-update-1646367093
[Automated] Update psalm-baseline.xml
-rw-r--r-- | build/psalm-baseline.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index b8aa188722a..6ec6d58e714 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -2802,23 +2802,12 @@ <code>$userId</code> </ParamNameMismatch> </file> - <file src="lib/private/Avatar/GuestAvatar.php"> - <ImplementedReturnTypeMismatch occurrences="1"> - <code>InMemoryFile</code> - </ImplementedReturnTypeMismatch> - </file> <file src="lib/private/Avatar/PlaceholderAvatar.php"> - <ImplementedReturnTypeMismatch occurrences="1"> - <code>ISimpleFile</code> - </ImplementedReturnTypeMismatch> <InvalidScalarArgument occurrences="1"> <code>$data</code> </InvalidScalarArgument> </file> <file src="lib/private/Avatar/UserAvatar.php"> - <ImplementedReturnTypeMismatch occurrences="1"> - <code>ISimpleFile</code> - </ImplementedReturnTypeMismatch> <InvalidScalarArgument occurrences="3"> <code>$data</code> <code>$data</code> |