SimpleTraitAsset.php 130 B

12345678910
  1. <?php
  2. namespace DoctrineTest\InstantiatorTestAsset;
  3. /**
  4. * A simple trait with no attached logic
  5. */
  6. trait SimpleTraitAsset
  7. {
  8. }