Completed
Push — master ( 7edcbc...28e817 )
by greg
02:40
created
src/Entity/Memory.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -4,11 +4,7 @@
 block discarded – undo
4 4
 use Doctrine\Common\Collections\ArrayCollection;
5 5
 use Doctrine\ORM\Mapping as ORM;
6 6
 use Doctrine\ORM\Mapping\HasLifecycleCallbacks;
7
-use Doctrine\ORM\Mapping\PrePersist;
8
-use Doctrine\ORM\Mapping\PreUpdate;
9
-
10 7
 use PlaygroundGame\Entity\Game;
11
-
12 8
 use Zend\InputFilter\InputFilter;
13 9
 use Zend\InputFilter\InputFilterAwareInterface;
14 10
 use Zend\InputFilter\InputFilterInterface;
Please login to merge, or discard this patch.
src/Entity/MemoryCard.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -7,10 +7,8 @@
 block discarded – undo
7 7
 use Doctrine\ORM\Mapping\HasLifecycleCallbacks;
8 8
 use Doctrine\ORM\Mapping\PrePersist;
9 9
 use Doctrine\ORM\Mapping\PreUpdate;
10
-
11 10
 use Gedmo\Mapping\Annotation as Gedmo;
12 11
 use Gedmo\Translatable\Translatable;
13
-
14 12
 use Zend\InputFilter\Factory as InputFactory;
15 13
 use Zend\InputFilter\InputFilter;
16 14
 use Zend\InputFilter\InputFilterAwareInterface;
Please login to merge, or discard this patch.
src/Entity/MemoryScore.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace PlaygroundGame\Entity;
4 4
 
5
-use Doctrine\Common\Collections\ArrayCollection;
6 5
 use Doctrine\ORM\Mapping as ORM;
7 6
 use Doctrine\ORM\Mapping\HasLifecycleCallbacks;
8 7
 use Doctrine\ORM\Mapping\PrePersist;
Please login to merge, or discard this patch.