Skip to content

Commit 5215d7e

Browse files
author
Ben Ramsey
committed
Removing "final" restriction so that the class may be mocked
1 parent edcda15 commit 5215d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Rhumsaa/Uuid/Uuid.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* @see http://tools.ietf.org/html/rfc4122
1818
* @see http://en.wikipedia.org/wiki/Universally_unique_identifier
1919
*/
20-
final class Uuid
20+
class Uuid
2121
{
2222
/**
2323
* When this namespace is specified, the name string is a fully-qualified domain name.

0 commit comments

Comments
 (0)