From 449a8999006a0bb4c28aac0422c87ada421f189f Mon Sep 17 00:00:00 2001 From: Mathias STRASSER Date: Tue, 15 Nov 2016 18:52:23 +0100 Subject: [PATCH] Remove final class Final class is not testable with tools like phpspec. --- src/Hashids.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Hashids.php b/src/Hashids.php index 0613e11..1dc72c3 100644 --- a/src/Hashids.php +++ b/src/Hashids.php @@ -2,7 +2,7 @@ namespace Roukmoute\HashidsBundle; -final class Hashids extends \Hashids\Hashids +class Hashids extends \Hashids\Hashids { /** * Sets the minimum hash length.