Directory : /home/proudlyafrican/public_html/vendor/symfony/debug/Tests/Fixtures/ |
Current File : /home/proudlyafrican/public_html/vendor/symfony/debug/Tests/Fixtures/NonDeprecatedInterface.php |
<?php namespace Symfony\Component\Debug\Tests\Fixtures; interface NonDeprecatedInterface extends DeprecatedInterface { }