Skip to content

Commit

Permalink
Merge pull request #44564 from nextcloud/automated/noid/stable29-upda…
Browse files Browse the repository at this point in the history
…te-psalm-baseline

[stable29] Update psalm-baseline.xml
  • Loading branch information
come-nc authored May 6, 2024
2 parents ed65dcb + 82e593b commit 20e378d
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 187 deletions.
2 changes: 1 addition & 1 deletion apps/dav/lib/CalDAV/CalDavBackend.php
Original file line number Diff line number Diff line change
Expand Up @@ -2347,7 +2347,7 @@ public function getCalendarObjectById(string $principalUri, int $id): ?array {
* @param int $syncLevel
* @param int|null $limit
* @param int $calendarType
* @return array
* @return ?array
*/
public function getChangesForCalendar($calendarId, $syncToken, $syncLevel, $limit = null, $calendarType = self::CALENDAR_TYPE_CALENDAR) {
$table = $calendarType === self::CALENDAR_TYPE_CALENDAR ? 'calendars': 'calendarsubscriptions';
Expand Down
Loading

0 comments on commit 20e378d

Please sign in to comment.