tikiwiki/packages/tiki-pkg-tikimanager/symfony/dependency-injection/Tests/Fixtures/includes/HotPath/P1.php

8 lines
116 B
PHP
Raw Normal View History

2023-11-20 21:52:04 +01:00
<?php
namespace Symfony\Component\DependencyInjection\Tests\Fixtures\includes\HotPath;
class P1 implements I1
{
}