8eec389be46ebd74ce86f94847555fd2156b7dd6
[yaffs-website] / Tests / Fixtures / ClassesWithParents / CInterface.php
1 <?php
2
3 namespace ClassesWithParents;
4
5 interface CInterface extends GInterface
6 {
7 }