Skip to content

Commit

Permalink
Remove final class
Browse files Browse the repository at this point in the history
Final class is not testable with tools like phpspec.
  • Loading branch information
roukmoute authored Nov 15, 2016
1 parent 4691045 commit 449a899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hashids.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Roukmoute\HashidsBundle;

final class Hashids extends \Hashids\Hashids
class Hashids extends \Hashids\Hashids
{
/**
* Sets the minimum hash length.
Expand Down

0 comments on commit 449a899

Please sign in to comment.