summaryrefslogtreecommitdiff
path: root/Zend/tests/traits/error_001.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/traits/error_001.phpt')
-rw-r--r--Zend/tests/traits/error_001.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/traits/error_001.phpt b/Zend/tests/traits/error_001.phpt
index 307e5c128a..be4295a6d8 100644
--- a/Zend/tests/traits/error_001.phpt
+++ b/Zend/tests/traits/error_001.phpt
@@ -3,7 +3,7 @@ Trying to use instanceof for a method twice
--FILE--
<?php
-trait foo {
+trait foo {
public function foo() {
return 1;
}