Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / class-loader / Tests / Fixtures / ClassesWithParents / CTrait.php
1 <?php
2
3 namespace ClassesWithParents;
4
5 trait CTrait
6 {
7 }