11 lines
157 B
PHP
11 lines
157 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace PhpMyAdmin\Tests\Routing\Fixtures\Controllers\One;
|
|
|
|
/** @psalm-suppress UnusedClass */
|
|
interface BarInterface
|
|
{
|
|
}
|