Completed
Push — master ( 8352e9...e30e18 )
by Rougin
03:06
created
src/Credo.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,10 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace Rougin\Credo;
4 4
 
5
-use Doctrine\ORM\Tools\Setup;
6
-use Doctrine\ORM\EntityManager;
7 5
 use Doctrine\Common\ClassLoader;
8 6
 use Doctrine\Common\Util\Inflector;
7
+use Doctrine\ORM\EntityManager;
8
+use Doctrine\ORM\Tools\Setup;
9 9
 
10 10
 use Rougin\SparkPlug\Instance;
11 11
 
Please login to merge, or discard this patch.