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

PHP 8.1 deprecation: Optional parameter $qb declared before required #3186

Closed
bobdenotter opened this issue Apr 22, 2022 · 2 comments · Fixed by #3307
Closed

PHP 8.1 deprecation: Optional parameter $qb declared before required #3186

bobdenotter opened this issue Apr 22, 2022 · 2 comments · Fixed by #3307

Comments

@bobdenotter
Copy link
Member

$ bin/console c:c
PHP Deprecated:  Optional parameter $qb declared before required parameter $utils is implicitly treated as a required parameter in /usr/local/www/arb/vendor/bolt/core/src/Storage/SelectQuery.php on line 112
@gander
Copy link

gander commented May 31, 2022

ping

@abdellahrk
Copy link
Contributor

How can I trigger this to happen locally? It only happens on production for me.
I want work on it.

abdellahrk added a commit to abdellahrk/core that referenced this issue Aug 30, 2022
bobdenotter added a commit that referenced this issue Aug 30, 2022
…r-declared-before-required

Issue: #3186. Fix depraction notice in PHP8.0 and above
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants