Files
Chamilo/vendor/symfony/dependency-injection/Tests/Fixtures/includes/HotPath/I1.php
2025-08-14 22:41:49 +02:00

8 lines
106 B
PHP

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