summaryrefslogtreecommitdiff
path: root/Zend/tests/traits/bug55554c.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/traits/bug55554c.phpt')
-rw-r--r--Zend/tests/traits/bug55554c.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/traits/bug55554c.phpt b/Zend/tests/traits/bug55554c.phpt
index e1195ce883..ff6f37d3c2 100644
--- a/Zend/tests/traits/bug55554c.phpt
+++ b/Zend/tests/traits/bug55554c.phpt
@@ -28,7 +28,7 @@ trait TC2 {
class ReportCollision {
use TC1, TC2;
-
+
public function __construct() {
echo "New constructor executed\n";
}