Completed
Push — develop ( 66a95e...4772a7 )
by greg
04:52
created
src/PlaygroundGame/Entity/Mission.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -5,12 +5,9 @@
 block discarded – undo
5 5
 use Doctrine\Common\Collections\ArrayCollection;
6 6
 use Doctrine\ORM\Mapping as ORM;
7 7
 use Doctrine\ORM\Mapping\HasLifecycleCallbacks;
8
-use Doctrine\ORM\Mapping\PrePersist;
9
-use Doctrine\ORM\Mapping\PreUpdate;
10 8
 use Zend\InputFilter\InputFilter;
11 9
 use Zend\InputFilter\Factory as InputFactory;
12 10
 use Zend\InputFilter\InputFilterAwareInterface;
13
-use Zend\InputFilter\InputFilterInterface;
14 11
 
15 12
 /**
16 13
  * @ORM\Entity @HasLifecycleCallbacks
Please login to merge, or discard this patch.
src/PlaygroundGame/Service/Mission.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -3,11 +3,7 @@
 block discarded – undo
3 3
 namespace PlaygroundGame\Service;
4 4
 
5 5
 use Zend\ServiceManager\ServiceManagerAwareInterface;
6
-use Zend\ServiceManager\ServiceManager;
7
-use DoctrineModule\Validator\NoObjectExists as NoObjectExistsValidator;
8 6
 use PlaygroundGame\Service\Game;
9
-use Zend\Db\Sql\Sql;
10
-use Zend\Db\Adapter\Adapter;
11 7
 
12 8
 class Mission extends Game implements ServiceManagerAwareInterface
13 9
 {
Please login to merge, or discard this patch.
src/PlaygroundGame/Entity/QuizQuestion.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1440,7 +1440,7 @@
 block discarded – undo
1440 1440
 
1441 1441
     /**
1442 1442
      *
1443
-     * @return the unknown_type
1443
+     * @return string unknown_type
1444 1444
      */
1445 1445
     public function getFbRequestMessage()
1446 1446
     {
Please login to merge, or discard this patch.