summaryrefslogtreecommitdiff
path: root/ext/soap/tests/bugs/bug30928.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/soap/tests/bugs/bug30928.phpt')
-rw-r--r--ext/soap/tests/bugs/bug30928.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/soap/tests/bugs/bug30928.phpt b/ext/soap/tests/bugs/bug30928.phpt
index ace71764f9..89b61cc019 100644
--- a/ext/soap/tests/bugs/bug30928.phpt
+++ b/ext/soap/tests/bugs/bug30928.phpt
@@ -7,9 +7,9 @@ Bug #30928 (When Using WSDL, SoapServer doesn't handle private or protected prop
ini_set("soap.wsdl_cache_enabled", 0);
class foo {
- public $a="a";
- private $b="b";
- protected $c="c";
+ public $a="a";
+ private $b="b";
+ protected $c="c";
}
function test($x) {