Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix warning about optional parameter before required one #31942

Merged
merged 1 commit into from
Apr 13, 2022

Conversation

come-nc
Copy link
Contributor

@come-nc come-nc commented Apr 12, 2022

Fixes this warning:
PHP Deprecated: Required parameter $logger follows optional parameter $principalPrefix in /var/www/html/apps/dav/lib/CalDAV/CalendarRoot.php on line 37

Signed-off-by: Côme Chilliet come.chilliet@nextcloud.com

Fixes this warning:
PHP Deprecated:  Required parameter $logger follows optional parameter $principalPrefix in /var/www/html/apps/dav/lib/CalDAV/CalendarRoot.php on line 37

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
@come-nc come-nc added the 3. to review Waiting for reviews label Apr 12, 2022
@come-nc come-nc added this to the Nextcloud 24 milestone Apr 12, 2022
@come-nc come-nc self-assigned this Apr 12, 2022
@come-nc come-nc added feature: dav feature: caldav Related to CalDAV internals labels Apr 12, 2022
@nickvergessen nickvergessen merged commit c233acc into master Apr 13, 2022
@nickvergessen nickvergessen deleted the fix/dav-deprecated-warning branch April 13, 2022 05:31
@blizzz blizzz mentioned this pull request Apr 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews feature: caldav Related to CalDAV internals feature: dav
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants