7147b9d2a02306d7fe9bd0e23bfffb72fda2c950
[yaffs-website] / vendor / symfony / dependency-injection / Tests / Fixtures / includes / HotPath / I1.php
1 <?php
2
3 namespace Symfony\Component\DependencyInjection\Tests\Fixtures\includes\HotPath;
4
5 interface I1
6 {
7 }