gnu-social/vendor/symfony/debug/Tests/Fixtures/NonDeprecatedInterface.php

8 lines
123 B
PHP
Raw Normal View History

2020-08-07 23:42:38 +01:00
<?php
namespace Symfony\Component\Debug\Tests\Fixtures;
interface NonDeprecatedInterface extends DeprecatedInterface
{
}