summaryrefslogtreecommitdiff
path: root/ext/spl/tests/observer_003.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/observer_003.phpt')
-rw-r--r--ext/spl/tests/observer_003.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/tests/observer_003.phpt b/ext/spl/tests/observer_003.phpt
index 5e5da22e38..c7041051b8 100644
--- a/ext/spl/tests/observer_003.phpt
+++ b/ext/spl/tests/observer_003.phpt
@@ -6,7 +6,7 @@ SPL: SplObjectStorage serialization
class TestClass
{
public $test = 25;
-
+
public function __construct($test = 42)
{
$this->test = $test;