Completed
Push — develop ( 1e7bd2...15a723 )
by greg
03:25
created
src/PlaygroundGame/Mapper/Invitation.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,6 @@
 block discarded – undo
36 36
     }
37 37
 
38 38
     /**
39
-     * @param string $id
40 39
      * @return \Heineken\Entity\Invitation
41 40
      */
42 41
     public function findByGame($game)
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,9 +3,7 @@
 block discarded – undo
3 3
 
4 4
 use Doctrine\ORM\EntityManager;
5 5
 use PlaygroundGame\Options\ModuleOptions;
6
-use PlaygroundUser\Entity\EmailVerification as Model;
7 6
 use Zend\Stdlib\Hydrator\HydratorInterface;
8
-use ZfcBase\EventManager\EventProvider;
9 7
 
10 8
 class Invitation
11 9
 {
Please login to merge, or discard this patch.