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