diff options
Diffstat (limited to 'ext/soap/tests/bugs/bug41004.phpt')
-rw-r--r-- | ext/soap/tests/bugs/bug41004.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/soap/tests/bugs/bug41004.phpt b/ext/soap/tests/bugs/bug41004.phpt index 992c6b708d..87ab88598e 100644 --- a/ext/soap/tests/bugs/bug41004.phpt +++ b/ext/soap/tests/bugs/bug41004.phpt @@ -9,7 +9,7 @@ ini_set('soap.wsdl_cache_enabled', false); class EchoBean{ public $mandatoryElement; public $optionalElement; - + } class EchoRequest{ |