EmptyTrait.php 92 B

1234567
  1. <?php
  2. namespace EasySwoole\DoctrineAnnotation\Tests\Fixtures\Traits;
  3. trait EmptyTrait
  4. {
  5. }