rector/stubs/Ramsey/Uuid/UuidInterface.php
2019-10-13 08:09:08 +02:00

15 lines
154 B
PHP

<?php
declare(strict_types=1);
namespace Ramsey\Uuid;
if (interface_exists('Ramsey\Uuid\UuidInterface')) {
return;
}
interface UuidInterface
{
}