Completed
Push — master ( fb2978...5f0b7c )
by Julián
09:28 queued 05:22
created
src/DocumentManagerBuilder.php 2 patches
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@  discard block
 block discarded – undo
9 9
 
10 10
 namespace Jgut\Slim\Doctrine;
11 11
 
12
-use InvalidArgumentException;
13 12
 use Doctrine\Common\Annotations\AnnotationRegistry;
14 13
 use Doctrine\Common\Cache\Cache;
15 14
 use Doctrine\Common\Proxy\AbstractProxyFactory;
@@ -19,6 +18,7 @@  discard block
 block discarded – undo
19 18
 use Doctrine\ODM\MongoDB\Mapping\Driver\AnnotationDriver;
20 19
 use Doctrine\ODM\MongoDB\Mapping\Driver\XmlDriver;
21 20
 use Doctrine\ODM\MongoDB\Mapping\Driver\YamlDriver;
21
+use InvalidArgumentException;
22 22
 
23 23
 /**
24 24
  * Doctrine Document Manager service builder.
Please login to merge, or discard this patch.
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,10 +1,10 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Slim3 Doctrine integration (https://github.com/juliangut/slim-doctrine)
4
- *
5
- * @link https://github.com/juliangut/slim-doctrine for the canonical source repository
6
- *
7
- * @license https://raw.githubusercontent.com/juliangut/slim-doctrine/master/LICENSE
8
- */
3
+     * Slim3 Doctrine integration (https://github.com/juliangut/slim-doctrine)
4
+     *
5
+     * @link https://github.com/juliangut/slim-doctrine for the canonical source repository
6
+     *
7
+     * @license https://raw.githubusercontent.com/juliangut/slim-doctrine/master/LICENSE
8
+     */
9 9
 
10 10
 require_once __DIR__ . '/../vendor/autoload.php';
Please login to merge, or discard this patch.