Refactor TimeGeneratorInterface

- Remove UuidFactory from signature
- Remove setters on UuidFactory to prevent inconsistencies (a new feature set and factory should be used instead)
- Update tests to reflect those changes
This commit is contained in:
Aztech
2015-07-23 22:39:23 +02:00
committed by Ben Ramsey
parent b7bb2018bf
commit 8974c76bf6
9 changed files with 160 additions and 88 deletions
@@ -14,8 +14,6 @@
namespace Ramsey\Uuid\Generator;
use Ramsey\Uuid\UuidFactory;
class PeclUuidRandomGenerator implements RandomGeneratorInterface
{
public function generate($length)