mirror of
https://github.com/danog/Valinor.git
synced 2024-12-03 10:07:48 +01:00
10 lines
137 B
PHP
10 lines
137 B
PHP
|
<?php
|
||
|
|
||
|
declare(strict_types=1);
|
||
|
|
||
|
namespace CuyZ\Valinor\Tests\Fixture\Object\InterfaceWithDifferentNamespaces;
|
||
|
|
||
|
interface InterfaceA
|
||
|
{
|
||
|
}
|