summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/bug37964.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/reflection/tests/bug37964.phpt')
-rw-r--r--ext/reflection/tests/bug37964.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/tests/bug37964.phpt b/ext/reflection/tests/bug37964.phpt
index 935119314f..f3c161da8d 100644
--- a/ext/reflection/tests/bug37964.phpt
+++ b/ext/reflection/tests/bug37964.phpt
@@ -5,7 +5,7 @@ Reflection Bug #37964 (Reflection shows private methods of parent class)
abstract class foobar {
private function test2() {
- }
+ }
}
class foo extends foobar {
private $foo = 1;