summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/traits002.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/reflection/tests/traits002.phpt')
-rw-r--r--ext/reflection/tests/traits002.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/tests/traits002.phpt b/ext/reflection/tests/traits002.phpt
index b55b288aa0..3a4b294961 100644
--- a/ext/reflection/tests/traits002.phpt
+++ b/ext/reflection/tests/traits002.phpt
@@ -7,7 +7,7 @@ abstract class foo {
}
trait bar {
-
+
}
reflectionclass::export('foo');