P1.php 116 B

1234567
  1. <?php
  2. namespace Symfony\Component\DependencyInjection\Tests\Fixtures\includes\HotPath;
  3. class P1 implements I1
  4. {
  5. }