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: fix invalid optional parameter #6136

Closed
wants to merge 1 commit into from

Conversation

icewind1991
Copy link
Member

Fixes: Optional parameter $userId declared before required parameter $path is implicitly treated as a required parameter at /var/www/html/nextcloud/web/apps/deck/lib/Service/ConfigService.php#234 warning

@juliusknorr
Copy link
Member

Where did you get this error? The parameter is already required just nullable as type, the actual warning should already have been addressed by #5794

@icewind1991
Copy link
Member Author

The log I was reading was probably from before that fix and I misread the current code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants