Completed
Pull Request — master (#41)
by Thomas
03:37
created
src/EntityManager.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -10,8 +10,6 @@
 block discarded – undo
10 10
 use ORM\Exception\InvalidConfiguration;
11 11
 use ORM\Exception\NoConnection;
12 12
 use ORM\Exception\NoEntity;
13
-use ORM\Exception\NotScalar;
14
-use ORM\Exception\UnsupportedDriver;
15 13
 
16 14
 /**
17 15
  * The EntityManager that manages the instances of Entities.
Please login to merge, or discard this patch.
src/MockTrait.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Mockery as m;
6 6
 use Mockery\Mock;
7
-use ORM\Exception\IncompletePrimaryKey;
8 7
 
9 8
 trait MockTrait
10 9
 {
Please login to merge, or discard this patch.