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