Completed
Pull Request — develop (#607)
by Tom
01:30
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.
src/DoctrineORMModule/Service/MigrationsCommandFactory.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
 namespace DoctrineORMModule\Service;
6 6
 
7
-use Doctrine\Migrations\Configuration\Configuration;
8 7
 use Doctrine\Migrations\Tools\Console\Command\AbstractCommand;
9 8
 use Interop\Container\ContainerInterface;
10 9
 use InvalidArgumentException;
Please login to merge, or discard this patch.
src/DoctrineORMModule/Yuml/YumlController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 use Laminas\Http\Request;
9 9
 use Laminas\Http\Response;
10 10
 use Laminas\Mvc\Controller\AbstractActionController;
11
-use Laminas\Mvc\Controller\Plugin\Redirect;
12 11
 use UnexpectedValueException;
13 12
 
14 13
 /**
Please login to merge, or discard this patch.