summaryrefslogtreecommitdiff
path: root/Zend/tests/bug69676_2.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/bug69676_2.phpt')
-rw-r--r--Zend/tests/bug69676_2.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug69676_2.phpt b/Zend/tests/bug69676_2.phpt
index 6ec3d499e5..4c5036ad96 100644
--- a/Zend/tests/bug69676_2.phpt
+++ b/Zend/tests/bug69676_2.phpt
@@ -7,7 +7,7 @@ class Foo {
const A = 'Foo::A';
const B = self::A . ' and ' . self::C;
const C = 'Foo::C';
-
+
}
class Bar extends Foo {