diff options
Diffstat (limited to 'ext/reflection/tests/bug37964.phpt')
-rw-r--r-- | ext/reflection/tests/bug37964.phpt | 2 |
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; |