From c7daee6c6a582110a1d60bb482a9644202d3c7a2 Mon Sep 17 00:00:00 2001 From: Dan van Kley Date: Mon, 7 Apr 2014 11:14:56 -0400 Subject: [PATCH] Remove "final" keyword to allow extending --- src/Uuid.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Uuid.php b/src/Uuid.php index 40c2587..a08d511 100644 --- a/src/Uuid.php +++ b/src/Uuid.php @@ -29,7 +29,7 @@ use InvalidArgumentException; * @link http://docs.python.org/3/library/uuid.html * @link http://docs.oracle.com/javase/6/docs/api/java/util/UUID.html */ -final class Uuid +class Uuid { /** * When this namespace is specified, the name string is a fully-qualified domain name.