mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-20 16:15:31 +01:00
13 lines
127 B
PHP
13 lines
127 B
PHP
<?php declare(strict_types=1);
|
|
|
|
namespace Ramsey\Uuid;
|
|
|
|
if (class_exists('Ramsey\Uuid\Uuid')) {
|
|
return;
|
|
}
|
|
|
|
class Uuid
|
|
{
|
|
|
|
}
|