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

Symfony 6.3 warning for future deprecations #52

Closed
TacoV opened this issue Jun 10, 2023 · 1 comment
Closed

Symfony 6.3 warning for future deprecations #52

TacoV opened this issue Jun 10, 2023 · 1 comment

Comments

@TacoV
Copy link

TacoV commented Jun 10, 2023

Upgrading to Symfony 6.3 results in to deprecation warnings

Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::load()" might add "void" as a native return type declaration in the future. Do the same in implementation "BoShurik\TelegramBotBundle\DependencyInjection\BoShurikTelegramBotExtension" now to avoid errors or add an explicit @return annotation to suppress this message.

Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()" might add "void" as a native return type declaration in the future. Do the same in implementation "BoShurik\TelegramBotBundle\DependencyInjection\Compiler\CommandCompilerPass" now to avoid errors or add an explicit @return annotation to suppress this message.

@TacoV
Copy link
Author

TacoV commented Jun 10, 2023

Ok, I cloned to make a pull request to fix this, but now I see it has already been fixed in e5f16a8be354a6689081333e0faaa4ea7129d9e9

@TacoV TacoV closed this as completed Jun 10, 2023
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

No branches or pull requests

1 participant