diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2022-01-14 08:50:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-14 08:50:19 +0100 |
commit | 6b610896ac186d9a6c3b417fcee50066a3450eec (patch) | |
tree | a5e7a9c5e901a7d1ad8227a3ee55a9fb62258eb7 | |
parent | 88a6ac5b22cd63f808b1e0d9ee480f0f51b8d229 (diff) | |
parent | 64cdce14ecb1cdfc70f547196970e34b58177e32 (diff) | |
download | nextcloud-server-6b610896ac186d9a6c3b417fcee50066a3450eec.tar.gz nextcloud-server-6b610896ac186d9a6c3b417fcee50066a3450eec.zip |
Merge pull request #30656 from nextcloud/automated/noid/psalm-baseline-update-1642133494
-rw-r--r-- | build/psalm-baseline.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 9d4ef09a30b..485a3fe706c 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -1967,10 +1967,8 @@ </InvalidScalarArgument> </file> <file src="apps/sharebymail/lib/ShareByMailProvider.php"> - <InvalidScalarArgument occurrences="4"> + <InvalidScalarArgument occurrences="2"> <code>$share->getId()</code> - <code>$shareId</code> - <code>$shareId</code> <code>(int)$data['id']</code> </InvalidScalarArgument> </file> |