rector/stubs/Ramsey/Uuid/UuidInterface.php
2019-09-30 09:12:25 +02:00

13 lines
153 B
PHP

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