Completed
Push — master ( fd592e...f86db2 )
by Jelle
03:06
created
src/Entity/Factory/Factory.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 
7 7
 namespace TheSportsDb\Entity\Factory;
8 8
 
9
-use FastNorth\PropertyMapper\MapperInterface;
10 9
 use TheSportsDb\Entity\EntityInterface;
11 10
 use TheSportsDb\Entity\EntityManagerConsumerTrait;
12 11
 use TheSportsDb\Entity\EntityManagerInterface;
Please login to merge, or discard this patch.
src/Entity/Proxy/Proxy.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,8 +7,8 @@
 block discarded – undo
7 7
 namespace TheSportsDb\Entity\Proxy;
8 8
 
9 9
 use TheSportsDb\Entity\EntityInterface;
10
-use TheSportsDb\Http\TheSportsDbClientInterface;
11 10
 use TheSportsDb\Entity\EntityManagerConsumerInterface;
11
+use TheSportsDb\Http\TheSportsDbClientInterface;
12 12
 
13 13
 /**
14 14
  * Interface for proxy objects.
Please login to merge, or discard this patch.