Files
2025-08-14 22:41:49 +02:00

8 lines
106 B
PHP

<?php
namespace Symfony\Component\DependencyInjection\Tests\Fixtures\includes\HotPath;
interface I1
{
}