FinalMethod2Trait.php 133 B

12345678910
  1. <?php
  2. namespace Symfony\Component\Debug\Tests\Fixtures;
  3. trait FinalMethod2Trait
  4. {
  5. public function finalMethod2()
  6. {
  7. }
  8. }