diff options
Diffstat (limited to 'Zend/tests/traits/error_005.phpt')
-rw-r--r-- | Zend/tests/traits/error_005.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/traits/error_005.phpt b/Zend/tests/traits/error_005.phpt index 5aa5e10d95..99952f70e6 100644 --- a/Zend/tests/traits/error_005.phpt +++ b/Zend/tests/traits/error_005.phpt @@ -3,7 +3,7 @@ Trying to use a final class as trait --FILE-- <?php -final class abc { +final class abc { } class A { |