diff options
Diffstat (limited to 'Zend/tests/traits/error_003.phpt')
-rw-r--r-- | Zend/tests/traits/error_003.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/traits/error_003.phpt b/Zend/tests/traits/error_003.phpt index 5122155bb3..23f62d2977 100644 --- a/Zend/tests/traits/error_003.phpt +++ b/Zend/tests/traits/error_003.phpt @@ -3,7 +3,7 @@ Trying to use an interface as trait --FILE-- <?php -interface abc { +interface abc { } class A { |