goetas-webservices / soap-client

PHP implementation of SOAP 1.1 and 1.2 client specifications
MIT License
175 stars 28 forks source link

Make sure index exists before accessing #42

Closed chr-hertel closed 5 years ago

chr-hertel commented 5 years ago

While playing around with the demo app I got

PHP Notice:  Undefined offset: 0 in /.../soap-client-demo/vendor/goetas-webservices/soap-client/src/Arguments/ArgumentsReader.php on line 72

this should fix it :)

goetas commented 5 years ago

thanks!