diff options
author | Nextcloud-PR-Bot <nextcloud-pr-bot@users.noreply.github.com> | 2021-02-15 04:31:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-15 04:31:27 +0000 |
commit | 974a191381a06162b443eb939fd85b129e1aa236 (patch) | |
tree | 8b28a4dd305c445fe188cdc0528d0e67262560b1 /build/psalm-baseline.xml | |
parent | b418a680e7431dd39acfdc1c52c693ae777a8c83 (diff) | |
download | nextcloud-server-974a191381a06162b443eb939fd85b129e1aa236.tar.gz nextcloud-server-974a191381a06162b443eb939fd85b129e1aa236.zip |
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'build/psalm-baseline.xml')
-rw-r--r-- | build/psalm-baseline.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index c3de82e144b..99cad4ee3fc 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -227,15 +227,11 @@ </UndefinedFunction> </file> <file src="apps/dav/lib/CalDAV/CalendarHome.php"> - <InvalidClass occurrences="1"> - <code>\Sabre\CalDAv\Notifications\Collection</code> - </InvalidClass> <InvalidReturnStatement occurrences="5"> <code>$calendarPlugin->getCalendarInCalendarHome($this->principalInfo['uri'], $calendarUri)</code> <code>new Inbox($this->caldavBackend, $this->principalInfo['uri'])</code> <code>new Outbox($this->config, $this->principalInfo['uri'])</code> <code>new Subscription($this->caldavBackend, $subscription)</code> - <code>new \Sabre\CalDAv\Notifications\Collection($this->caldavBackend, $this->principalInfo['uri'])</code> </InvalidReturnStatement> <InvalidReturnType occurrences="1"> <code>getChild</code> |