summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/bug47254.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/reflection/tests/bug47254.phpt')
-rw-r--r--ext/reflection/tests/bug47254.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/tests/bug47254.phpt b/ext/reflection/tests/bug47254.phpt
index 38cdcd62b4..e3ce114c9c 100644
--- a/ext/reflection/tests/bug47254.phpt
+++ b/ext/reflection/tests/bug47254.phpt
@@ -9,7 +9,7 @@ Testfest 2009 Munich
class A
{
protected function a() {}
-
+
}
class B extends A