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

ExtensionInterface::load() might add "void" as a native return type declaration in the future #29

Open
Lappihuan opened this issue Oct 18, 2023 · 3 comments

Comments

@Lappihuan
Copy link

Deprecation warning we get on PHP 8.2 and Symfony 6.3

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

@Lappihuan
Copy link
Author

there is a second one:
Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()" might add "void" as a native return type declaration in the future. Do the same in implementation "Freshcells\SoapClientBundle\DependencyInjection\CompilerPass\ClientCompilerPass" now to avoid errors or add an explicit @return annotation to suppress this message.

@Lappihuan
Copy link
Author

found two more:
Method "Symfony\Contracts\Service\ResetInterface::reset()" might add "void" as a native return type declaration in the future. Do the same in implementation "Freshcells\SoapClientBundle\DataCollector\AbstractSoapDataCollector" now to avoid errors or add an explicit @return annotation to suppress this message.

Method "Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface::collect()" might add "void" as a native return type declaration in the future. Do the same in implementation "Freshcells\SoapClientBundle\DataCollector\SoapDataCollector" now to avoid errors or add an explicit @return annotation to suppress this message.

@gimler
Copy link
Contributor

gimler commented Jun 5, 2024

Should be fixed in Release 3.0.0. please confirm and Close ticket

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

2 participants