554967ec911fb62d0599cf471e9363cb2e40fe76
[yaffs-website] / vendor / symfony / dependency-injection / Tests / Fixtures / Prototype / Sub / BarInterface.php
1 <?php
2
3 namespace Symfony\Component\DependencyInjection\Tests\Fixtures\Prototype\Sub;
4
5 interface BarInterface
6 {
7 }