mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-17 11:18:52 +00:00
10 lines
99 B
PHP
10 lines
99 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace pocketmine\utils\fixtures;
|
|
|
|
interface TestInterface{
|
|
|
|
}
|