NonDeprecatedInterface.php 130 B

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