Completed
Branch master (411345)
by Rémi
11:20
created
src/Relationships/HasMany.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Analogue\ORM\Relationships;
4 4
 
5
-use Analogue\ORM\EntityCollection;
6
-
7 5
 class HasMany extends HasOneOrMany
8 6
 {
9 7
     /**
Please login to merge, or discard this patch.
src/System/Wrappers/Factory.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Analogue\ORM\System\Wrappers;
4 4
 
5
-use Analogue\ORM\Mappable;
6 5
 use Analogue\ORM\System\Manager;
7 6
 use GeneratedHydrator\Configuration;
8 7
 
Please login to merge, or discard this patch.