37f0e7ac45399b0a4213d8b267c3efabb8123960
[yaffs-website] / vendor / symfony / dependency-injection / Tests / Fixtures / Prototype / OtherDir / AnotherSub / DeeperBaz.php
1 <?php
2
3 namespace Symfony\Component\DependencyInjection\Tests\Fixtures\Prototype\OtherDir\AnotherSub;
4
5 class DeeperBaz
6 {
7 }