NonDeprecatedInterface.php 123 B

12345678
  1. <?php
  2. namespace Symfony\Component\Debug\Tests\Fixtures;
  3. interface NonDeprecatedInterface extends DeprecatedInterface
  4. {
  5. }