From 653349f4907be7b8deb487f45a28f292dc39a5d6 Mon Sep 17 00:00:00 2001 From: Thibaud Fabre Date: Thu, 30 Oct 2014 15:26:30 +0100 Subject: [PATCH] Remove final keyword (rebase error...) --- src/Uuid.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Uuid.php b/src/Uuid.php index 82abc22..1a56aca 100644 --- a/src/Uuid.php +++ b/src/Uuid.php @@ -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.