TestPostBoundInterface.php 87 B

1234567
  1. <?php
  2. namespace Knuckles\Scribe\Tests\Fixtures;
  3. interface TestPostBoundInterface
  4. {
  5. }