Passed
Pull Request — master (#41)
by Thomas
03:15
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
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace ORM;
4 4
 
5 5
 use Mockery as m;
6
-use Mockery\Mock;
7 6
 use ORM\Exception\IncompletePrimaryKey;
8 7
 
9 8
 trait MockTrait
Please login to merge, or discard this patch.