Completed
Pull Request — master (#610)
by
unknown
08:57
created
src/DoctrineModule/Options/Authentication.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,6 @@
 block discarded – undo
23 23
 use Doctrine\Common\Persistence\ObjectManager;
24 24
 use Doctrine\Common\Persistence\ObjectRepository;
25 25
 use Zend\Authentication\Adapter\Exception;
26
-use Zend\Authentication\Storage\Session as SessionStorage;
27 26
 use Zend\Authentication\Storage\StorageInterface;
28 27
 use Zend\Stdlib\AbstractOptions;
29 28
 
Please login to merge, or discard this patch.
DoctrineModuleTest/Stdlib/Hydrator/Asset/OneToManyEntityWithEntities.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace DoctrineModuleTest\Stdlib\Hydrator\Asset;
4 4
 
5 5
 use Doctrine\Common\Collections\ArrayCollection;
6
-use Doctrine\Common\Collections\Collection;
7 6
 
8 7
 class OneToManyEntityWithEntities extends OneToManyEntity
9 8
 {
Please login to merge, or discard this patch.