Update soap/soap.php

Replaced a tab with spaces (oops)

Co-Authored-By: rgrellmann <robert.grellmann@rossmann.de>
This commit is contained in:
Anatoly Pashin 2019-01-29 15:42:10 +01:00 committed by GitHub
parent 425c28192f
commit 7d68acff5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ class SoapClient {
* <b>SOAP_SSL_METHOD_SSLv3</b> or
* <b>SOAP_SSL_METHOD_SSLv23</b>.
* </p>
* @throws SoapFault A SoapFault exception will be thrown if the wsdl URI cannot be loaded.
* @throws SoapFault A SoapFault exception will be thrown if the wsdl URI cannot be loaded.
* @since 5.0.1
*/
public function __construct ($wsdl, array $options = null) {}