mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-25 11:38:44 +02:00
8 lines
96 B
PHP
8 lines
96 B
PHP
<?php
|
|
|
|
namespace Symfony\Component\ClassLoader\Tests\Fixtures;
|
|
|
|
interface DeclaredInterface
|
|
{
|
|
}
|