summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/traits003.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/reflection/tests/traits003.phpt')
-rw-r--r--ext/reflection/tests/traits003.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/reflection/tests/traits003.phpt b/ext/reflection/tests/traits003.phpt
index c569a8e723..7f87859908 100644
--- a/ext/reflection/tests/traits003.phpt
+++ b/ext/reflection/tests/traits003.phpt
@@ -7,11 +7,11 @@ abstract class foo {
}
trait bar {
-
+
}
final class baz {
-
+
}
$x = new ReflectionClass('foo');