Completed
Push — master ( 0141b8...171c3a )
by Ivannis Suárez
04:55
created
EventSourcedAggregateRoot.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 
14 14
 use Cubiche\Core\Validator\Validator;
15 15
 use Cubiche\Domain\EventPublisher\DomainEventPublisher;
16
-use Cubiche\Domain\EventSourcing\Versioning\Version;
17 16
 use Cubiche\Domain\EventSourcing\Versioning\VersionManager;
18 17
 use Cubiche\Domain\EventSourcing\EventStore\EventStream;
19 18
 
Please login to merge, or discard this patch.
Tests/Units/EventSourcedAggregateRootTests.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 use Cubiche\Domain\EventSourcing\Tests\Fixtures\Event\PostWasCreated;
18 18
 use Cubiche\Domain\EventSourcing\Tests\Fixtures\PostEventSourced;
19 19
 use Cubiche\Domain\EventSourcing\Tests\Fixtures\PostEventSourcedFactory;
20
-use Cubiche\Domain\EventSourcing\Versioning\Version;
21 20
 
22 21
 /**
23 22
  * EventSourcedAggregateRootTests class.
Please login to merge, or discard this patch.