Completed
Push — master ( 8bbd01...52c1f9 )
by Julián
02:26
created
src/EntityManagerBuilder.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -18,11 +18,11 @@
 block discarded – undo
18 18
 use Doctrine\ORM\EntityManager;
19 19
 use Doctrine\ORM\Mapping\DefaultQuoteStrategy;
20 20
 use Doctrine\ORM\Mapping\Driver\AnnotationDriver;
21
+use Doctrine\ORM\Mapping\Driver\XmlDriver;
22
+use Doctrine\ORM\Mapping\Driver\YamlDriver;
21 23
 use Doctrine\ORM\Mapping\NamingStrategy;
22 24
 use Doctrine\ORM\Mapping\QuoteStrategy;
23 25
 use Doctrine\ORM\Mapping\UnderscoreNamingStrategy;
24
-use Doctrine\ORM\Mapping\Driver\XmlDriver;
25
-use Doctrine\ORM\Mapping\Driver\YamlDriver;
26 26
 
27 27
 /**
28 28
  * Doctrine Entity Manager service builder
Please login to merge, or discard this patch.