T1.php 102 B

1234567
  1. <?php
  2. namespace Symfony\Component\DependencyInjection\Tests\Fixtures\includes\HotPath;
  3. trait T1
  4. {
  5. }