summaryrefslogtreecommitdiff
path: root/Zend/tests/traits/error_004.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/traits/error_004.phpt')
-rw-r--r--Zend/tests/traits/error_004.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/traits/error_004.phpt b/Zend/tests/traits/error_004.phpt
index c7ac916116..5bfcc263cc 100644
--- a/Zend/tests/traits/error_004.phpt
+++ b/Zend/tests/traits/error_004.phpt
@@ -3,7 +3,7 @@ Trying to use a class as trait
--FILE--
<?php
-class abc {
+class abc {
}
class A {