Completed
Push — master ( 753c87...0fd538 )
by Tom
01:44 queued 10s
created
src/DoctrineModule/Module.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 use Laminas\ModuleManager\ModuleManagerInterface;
10 10
 use Laminas\EventManager\EventInterface;
11 11
 use Laminas\Console\Adapter\AdapterInterface as Console;
12
-
13 12
 use Symfony\Component\Console\Input\StringInput;
14 13
 use DoctrineModule\Component\Console\Output\PropertyOutput;
15 14
 
Please login to merge, or discard this patch.
src/DoctrineModule/Options/Authentication.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use Doctrine\Common\Persistence\ObjectManager;
7 7
 use Doctrine\Common\Persistence\ObjectRepository;
8 8
 use Laminas\Authentication\Adapter\Exception;
9
-use Laminas\Authentication\Storage\Session as SessionStorage;
10 9
 use Laminas\Authentication\Storage\StorageInterface;
11 10
 use Laminas\Stdlib\AbstractOptions;
12 11
 
Please login to merge, or discard this patch.
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -122,7 +122,7 @@  discard block
 block discarded – undo
122 122
     }
123 123
 
124 124
     /**
125
-     * @return ObjectManager
125
+     * @return string
126 126
      */
127 127
     public function getObjectManager()
128 128
     {
@@ -272,7 +272,7 @@  discard block
 block discarded – undo
272 272
     }
273 273
 
274 274
     /**
275
-     * @return StorageInterface|string
275
+     * @return string
276 276
      */
277 277
     public function getStorage()
278 278
     {
Please login to merge, or discard this patch.