Passed
Pull Request — master (#41)
by Thomas
03:03
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.