summaryrefslogtreecommitdiff
path: root/Zend/tests/traits/bug55355.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/traits/bug55355.phpt')
-rw-r--r--Zend/tests/traits/bug55355.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/traits/bug55355.phpt b/Zend/tests/traits/bug55355.phpt
index 301ceeeb09..22350a281f 100644
--- a/Zend/tests/traits/bug55355.phpt
+++ b/Zend/tests/traits/bug55355.phpt
@@ -8,7 +8,7 @@ trait ATrait {
function bar() {
$this->foo();
}
- abstract function foo();
+ abstract function foo();
}
// A class on the second level in the