Completed
Push — master ( 7b9431...f9056b )
by Julián
01:23
created
src/Event/AbstractAggregateEvent.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,9 +14,9 @@
 block discarded – undo
14 14
 namespace Gears\EventSourcing\Event;
15 15
 
16 16
 use Gears\DTO\ScalarPayloadBehaviour;
17
+use Gears\EventSourcing\Aggregate\AggregateVersion;
17 18
 use Gears\Event\Time\SystemTimeProvider;
18 19
 use Gears\Event\Time\TimeProvider;
19
-use Gears\EventSourcing\Aggregate\AggregateVersion;
20 20
 use Gears\Identity\Identity;
21 21
 use Gears\Immutability\ImmutabilityBehaviour;
22 22
 
Please login to merge, or discard this patch.
src/Event/AbstractEmptyAggregateEvent.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,9 +14,9 @@
 block discarded – undo
14 14
 namespace Gears\EventSourcing\Event;
15 15
 
16 16
 use Gears\DTO\ScalarPayloadBehaviour;
17
+use Gears\EventSourcing\Aggregate\AggregateVersion;
17 18
 use Gears\Event\Time\SystemTimeProvider;
18 19
 use Gears\Event\Time\TimeProvider;
19
-use Gears\EventSourcing\Aggregate\AggregateVersion;
20 20
 use Gears\Identity\Identity;
21 21
 use Gears\Immutability\ImmutabilityBehaviour;
22 22
 
Please login to merge, or discard this patch.
src/Event/AggregateEventBehaviour.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,9 +13,9 @@
 block discarded – undo
13 13
 
14 14
 namespace Gears\EventSourcing\Event;
15 15
 
16
-use Gears\Event\Exception\EventException;
17 16
 use Gears\EventSourcing\Aggregate\AggregateBehaviour;
18 17
 use Gears\EventSourcing\Aggregate\AggregateVersion;
18
+use Gears\Event\Exception\EventException;
19 19
 use Gears\Identity\Identity;
20 20
 
21 21
 use function DeepCopy\deep_copy;
Please login to merge, or discard this patch.