summaryrefslogtreecommitdiff
path: root/Zend/tests/traits/bug55424.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/traits/bug55424.phpt')
-rw-r--r--Zend/tests/traits/bug55424.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/traits/bug55424.phpt b/Zend/tests/traits/bug55424.phpt
index b6c3b54515..b1fdc8c353 100644
--- a/Zend/tests/traits/bug55424.phpt
+++ b/Zend/tests/traits/bug55424.phpt
@@ -11,7 +11,7 @@ Bug #55424 (Method got missing from class when a trait defined an abstract metho
}
abstract function setAttribute();
- }
+ }
class Base
{