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 deprecation sf63 #433

Merged
merged 4 commits into from
Aug 5, 2023
Merged

Fix deprecation sf63 #433

merged 4 commits into from
Aug 5, 2023

Conversation

bartmcleod
Copy link
Collaborator

@bartmcleod bartmcleod commented Aug 5, 2023

Same as #431 but with a manual change to test bootstrap file.

My commit message on the last commit is actually wrong

raziel057 and others added 4 commits August 4, 2023 09:18
Fix deprecation raised on Symfony 6.3:

Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "Lexik\Bundle\TranslationBundle\Command\ImportTranslationsCommand" now to avoid errors or add an explicit @return annotation to suppress this message.

Note that the "void" return type have been introduced in PHP 8.1 so it's in line with the constraint in composer.json.
@bartmcleod bartmcleod merged commit 17fe31a into master Aug 5, 2023
1 check passed
@bartmcleod bartmcleod deleted the fix-deprecation-sf63 branch January 11, 2024 12:33
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 this pull request may close these issues.

2 participants