mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-12-07 23:44:17 +09:00
11 lines
111 B
PHP
11 lines
111 B
PHP
<?php
|
|
|
|
namespace Symfony\Component\Debug\Tests\Fixtures;
|
|
|
|
/**
|
|
* @internal
|
|
*/
|
|
interface InternalInterface
|
|
{
|
|
}
|