53c97249cf3f2b421b109737f4219dfa3b951e77
[yaffs-website] / vendor / symfony / dependency-injection / Tests / Fixtures / Prototype / BadClasses / MissingParent.php
1 <?php
2
3 namespace Symfony\Component\DependencyInjection\Tests\Fixtures\Prototype\BadClasses;
4
5 class MissingParent extends MissingClass
6 {
7 }