diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2020-02-03 22:52:20 +0100 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2020-02-03 22:52:20 +0100 |
commit | f8d795820e780a6322e054c26c581570613c14f0 (patch) | |
tree | 99d3ae01ce564752807341c5743863b4c92513f8 /ext/soap/tests/bugs/bug43045.phpt | |
parent | d2cb200e10ada6fa44c54a29292bb4665728fff0 (diff) | |
download | php-git-f8d795820e780a6322e054c26c581570613c14f0.tar.gz |
Reindent phpt files
Diffstat (limited to 'ext/soap/tests/bugs/bug43045.phpt')
-rw-r--r-- | ext/soap/tests/bugs/bug43045.phpt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/soap/tests/bugs/bug43045.phpt b/ext/soap/tests/bugs/bug43045.phpt index f4f3983800..9c2139276d 100644 --- a/ext/soap/tests/bugs/bug43045.phpt +++ b/ext/soap/tests/bugs/bug43045.phpt @@ -36,11 +36,11 @@ xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> } } $client = new TestSoapClient(NULL, array( - "location" => "test://", - "uri" => 'urn:TestSOAP', - "style" => SOAP_RPC, - "use" => SOAP_ENCODED - )); + "location" => "test://", + "uri" => 'urn:TestSOAP', + "style" => SOAP_RPC, + "use" => SOAP_ENCODED + )); var_dump($client->test(0.1)); var_dump($client->test(NAN)); var_dump($response = $client->test(INF)); |