diff options
author | Nextcloud-PR-Bot <nextcloud-pr-bot@users.noreply.github.com> | 2021-03-02 04:30:37 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-02 04:30:37 +0000 |
commit | 110b78a64b609f4740dc2af3b94f7cf324aa5f86 (patch) | |
tree | c0c1544c7bbbda1610943e8dfd50b26e18bfcfee /build | |
parent | 63f68e0412936f59e743fcfbf343dd5e064491eb (diff) | |
download | nextcloud-server-110b78a64b609f4740dc2af3b94f7cf324aa5f86.tar.gz nextcloud-server-110b78a64b609f4740dc2af3b94f7cf324aa5f86.zip |
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'build')
-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> |