EntityInterface.php 91 B

1234567
  1. <?php
  2. namespace Symfony\Tests\Component\Validator\Fixtures;
  3. interface EntityInterface
  4. {
  5. }