Completed
Branch master (6f1615)
by Jelle
06:32 queued 03:43
created
src/Entity/Proxy/ProxyInterface.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.
src/Entity/Repository/Repository.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,8 +6,8 @@
 block discarded – undo
6 6
 
7 7
 namespace TheSportsDb\Entity\Repository;
8 8
 
9
-use TheSportsDb\Entity\EntityManagerInterface;
10 9
 use TheSportsDb\Entity\EntityManagerConsumerTrait;
10
+use TheSportsDb\Entity\EntityManagerInterface;
11 11
 use TheSportsDb\Http\TheSportsDbClientInterface;
12 12
 
13 13
 /**
Please login to merge, or discard this patch.
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.