summaryrefslogtreecommitdiff
path: root/Zend/tests/bug49472.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/bug49472.phpt')
-rw-r--r--Zend/tests/bug49472.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug49472.phpt b/Zend/tests/bug49472.phpt
index 1803d1848c..2d7ae514f2 100644
--- a/Zend/tests/bug49472.phpt
+++ b/Zend/tests/bug49472.phpt
@@ -14,7 +14,7 @@ class Foo implements ia {
class FooBar extends Foo implements ia {
const x = 1;
const c = 'Ocean';
-
+
public function show() {
return ia::c;
}