diff options
author | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2022-01-14 04:11:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-14 04:11:34 +0000 |
commit | 64cdce14ecb1cdfc70f547196970e34b58177e32 (patch) | |
tree | a5e7a9c5e901a7d1ad8227a3ee55a9fb62258eb7 /build | |
parent | 88a6ac5b22cd63f808b1e0d9ee480f0f51b8d229 (diff) | |
download | nextcloud-server-64cdce14ecb1cdfc70f547196970e34b58177e32.tar.gz nextcloud-server-64cdce14ecb1cdfc70f547196970e34b58177e32.zip |
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'build')
-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> |