diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2021-03-02 07:40:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-02 07:40:20 +0100 |
commit | 1d5cb3f6402bf0042fa13c21301e3a2959181d8a (patch) | |
tree | c0c1544c7bbbda1610943e8dfd50b26e18bfcfee | |
parent | 63f68e0412936f59e743fcfbf343dd5e064491eb (diff) | |
parent | 110b78a64b609f4740dc2af3b94f7cf324aa5f86 (diff) | |
download | nextcloud-server-1d5cb3f6402bf0042fa13c21301e3a2959181d8a.tar.gz nextcloud-server-1d5cb3f6402bf0042fa13c21301e3a2959181d8a.zip |
Merge pull request #25865 from nextcloud-pr-bot/automated/noid/psalm-baseline-update
[Automated] Update psalm-baseline.xml
-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 c7abbbf2727..ef846a13e89 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -59,11 +59,6 @@ <code>\Sabre\Uri\split($this->principalUri)</code> </UndefinedFunction> </file> - <file src="apps/contactsinteraction/lib/Card.php"> - <InvalidReturnType occurrences="1"> - <code>?string</code> - </InvalidReturnType> - </file> <file src="apps/dav/appinfo/v1/caldav.php"> <TooManyArguments occurrences="1"> <code>new \Sabre\DAV\Auth\Plugin($authBackend, 'ownCloud')</code> |