Files
Chamilo/vendor/symfony/dependency-injection/Tests/Fixtures/includes/HotPath/I1.php
2025-04-10 12:24:57 +02:00

8 lines
106 B
PHP

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