phpmyadmin/tests/unit/Routing/Fixtures/Controllers/One/BarInterface.php
Maurício Meneghini Fauth a8b338cb40
Add the Route attribute to controllers classes
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
2025-07-11 19:47:12 -03:00

11 lines
157 B
PHP

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