1<?php
2
3namespace Symfony\Component\DependencyInjection\Tests\Fixtures\Prototype\Sub;
4
5interface BarInterface
6{
7}
8