Files
archived-error-handler/Tests/Fixtures/NonDeprecatedInterface.php

8 lines
130 B
PHP

<?php
namespace Symfony\Component\ErrorHandler\Tests\Fixtures;
interface NonDeprecatedInterface extends DeprecatedInterface
{
}