Files
exchange/vendor/symfony/debug/Tests/Fixtures/InternalInterface.php
T
2018-04-20 14:03:37 +08:00

11 lines
111 B
PHP

<?php
namespace Symfony\Component\Debug\Tests\Fixtures;
/**
* @internal
*/
interface InternalInterface
{
}