Completed
Push — develop ( 433e5d...edf019 )
by greg
02:51
created
src/Entity/TradingCard.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/Service/Mission.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\Service;
4 4
 
5
-use Zend\ServiceManager\ServiceManager;
6 5
 use PlaygroundGame\Service\Game;
7 6
 use PlaygroundGame\Entity\MissionGameCondition as MissionGameConditionEntity;
8 7
 
Please login to merge, or discard this patch.
src/Controller/Frontend/WebhookController.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 PlaygroundGame\Controller\Frontend;
4 4
 
5 5
 use Zend\Mvc\Controller\AbstractActionController;
6
-use Zend\View\Model\ViewModel;
7 6
 use Zend\ServiceManager\ServiceLocatorInterface;
8 7
 
9 8
 class WebhookController extends AbstractActionController
Please login to merge, or discard this patch.