You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: