summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/bug41061.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/reflection/tests/bug41061.phpt')
-rw-r--r--ext/reflection/tests/bug41061.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/tests/bug41061.phpt b/ext/reflection/tests/bug41061.phpt
index 771cd408d9..d907907dcf 100644
--- a/ext/reflection/tests/bug41061.phpt
+++ b/ext/reflection/tests/bug41061.phpt
@@ -5,7 +5,7 @@ Reflection Bug #41061 ("visibility error" in ReflectionFunction::export())
function foo() {
}
-
+
class bar {
private function foo() {
}