mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
Remove final keyword (rebase error...)
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ use Rhumsaa\Uuid\Codec\StringCodec;
|
||||
* @link http://docs.oracle.com/javase/6/docs/api/java/util/UUID.html
|
||||
*/
|
||||
|
||||
final class Uuid implements UuidInterface, \JsonSerializable
|
||||
class Uuid implements UuidInterface, \JsonSerializable
|
||||
{
|
||||
/**
|
||||
* When this namespace is specified, the name string is a fully-qualified domain name.
|
||||
|
||||
Reference in New Issue
Block a user