diff options
author | Vincent Petry <vincent@nextcloud.com> | 2021-04-19 15:25:26 +0200 |
---|---|---|
committer | Vincent Petry <vincent@nextcloud.com> | 2021-04-19 15:44:26 +0200 |
commit | fe0f1c792c3d3470265c20174e3b67ace04004a1 (patch) | |
tree | 15b88060d949daf12aca898d82d0a86d1528d388 /build | |
parent | f1d7e56cab95e6accc5b876e17f8889ce0d697ab (diff) | |
download | nextcloud-server-fe0f1c792c3d3470265c20174e3b67ace04004a1.tar.gz nextcloud-server-fe0f1c792c3d3470265c20174e3b67ace04004a1.zip |
Fix empty password check for mail shares
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 65a317495b3..868e84409ac 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -4851,6 +4851,7 @@ </UndefinedInterfaceMethod> </file> <file src="lib/private/Share20/Manager.php"> + <NullArgument occurrences="1"/> <InvalidArgument occurrences="7"> <code>$data</code> <code>'OCP\Share::postAcceptShare'</code> |