soap-client-bundle
soap-client-bundle copied to clipboard
ExtensionInterface::load() might add "void" as a native return type declaration in the future
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.
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.
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.
Should be fixed in Release 3.0.0. please confirm and Close ticket