soap-client-bundle icon indicating copy to clipboard operation
soap-client-bundle copied to clipboard

Symfony Bundle for SoapClient

Results 2 soap-client-bundle issues
Sort by recently updated
recently updated
newest added

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"...

I get a error when i try to update my existing project symfony 5.4.4 with php8 to php 8.1. ``` Call to a member function __invoke() on null ``` i...