Completed
Push — master ( 569398...78d4be )
by Tom
25s queued 10s
created
src/DoctrineORMModule/Service/SQLLoggerCollectorFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
     }
69 69
 
70 70
     /**
71
-     * @return mixed
71
+     * @return DebugStack
72 72
      *
73 73
      * @throws RuntimeException
74 74
      */
Please login to merge, or discard this patch.
test/DoctrineORMModuleTest/Options/DBALConnectionTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use PHPUnit\Framework\TestCase;
6 6
 use DoctrineORMModule\Options\DBALConnection;
7
-use Doctrine\ORM\Repository\DefaultRepositoryFactory;
8 7
 
9 8
 /**
10 9
  * @covers \DoctrineORMModule\Options\DBALConnection
Please login to merge, or discard this patch.
test/DoctrineORMModuleTest/Paginator/AdapterTestIgnore.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,11 +4,9 @@
 block discarded – undo
4 4
 
5 5
 use DoctrineORMModuleTest\Framework\TestCase;
6 6
 use DoctrineORMModuleTest\Assets\Fixture\TestFixture;
7
-
8 7
 use Doctrine\Common\DataFixtures\Loader as FixtureLoader;
9 8
 use Doctrine\Common\DataFixtures\Executor\ORMExecutor;
10 9
 use Doctrine\Common\DataFixtures\Purger\ORMPurger;
11
-
12 10
 use Doctrine\ORM\QueryBuilder;
13 11
 use Doctrine\ORM\Tools\Pagination\Paginator as DoctrinePaginator;
14 12
 use DoctrineORMModule\Paginator\Adapter\DoctrinePaginator as PaginatorAdapter;
Please login to merge, or discard this patch.