Completed
Pull Request — master (#615)
by Filippo
14:02 queued 03:29
created
tests/DoctrineModuleTest/Cache/DoctrineCacheStorageTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -21,9 +21,7 @@
 block discarded – undo
21 21
 
22 22
 use DoctrineModule\Cache\DoctrineCacheStorage;
23 23
 use Doctrine\Common\Cache\ArrayCache;
24
-
25 24
 use Zend\Cache\Storage\Adapter\AdapterOptions;
26
-
27 25
 use PHPUnit\Framework\TestCase;
28 26
 use Zend\Stdlib\ErrorHandler;
29 27
 
Please login to merge, or discard this patch.
tests/DoctrineModuleTest/Form/Element/ProxyAwareElementTestCase.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -99,8 +99,8 @@
 block discarded – undo
99 99
     /**
100 100
      * Proxy should stay read only, use with care
101 101
      *
102
-     * @param $proxy
103
-     * @param $element
102
+     * @param \PHPUnit\Framework\MockObject\MockObject $proxy
103
+     * @param \PHPUnit\Framework\MockObject\MockObject $element
104 104
      */
105 105
     protected function setProxyViaReflection($proxy, $element = null)
106 106
     {
Please login to merge, or discard this patch.
tests/DoctrineModuleTest/ModuleTest.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -20,10 +20,7 @@
 block discarded – undo
20 20
 namespace DoctrineModuleTest;
21 21
 
22 22
 use PHPUnit\Framework\TestCase;
23
-use PHPUnit\Framework\Assert;
24
-use PHPUnit\Framework\MockObject\MockObject;
25 23
 use DoctrineModule\Module;
26
-use DoctrineModuleTest\ServiceManagerFactory;
27 24
 use Symfony\Component\Console\Output\OutputInterface;
28 25
 use Symfony\Component\Console\Input\InputInterface;
29 26
 
Please login to merge, or discard this patch.