Completed
Push — develop ( 54744b...29957b )
by greg
03:57
created
src/PlaygroundGame/Controller/Admin/QuizController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -8,8 +8,6 @@
 block discarded – undo
8 8
 use PlaygroundGame\Service\Game as AdminGameService;
9 9
 use Zend\View\Model\ViewModel;
10 10
 use Zend\Paginator\Paginator;
11
-use DoctrineORMModule\Paginator\Adapter\DoctrinePaginator as DoctrineAdapter;
12
-use Doctrine\ORM\Tools\Pagination\Paginator as ORMPaginator;
13 11
 
14 12
 class QuizController extends GameController
15 13
 {
Please login to merge, or discard this patch.
src/PlaygroundGame/Module.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -243,7 +243,7 @@  discard block
 block discarded – undo
243 243
     /**
244 244
      * This method get the games and add them as Dynareas to PlaygroundCms so that blocks can be dynamically added to the games.
245 245
      *
246
-     * @param  EventManager $e
246
+     * @param  MvcEvent $e
247 247
      * @return array
248 248
      */
249 249
     public function updateDynareas(MvcEvent $e)
@@ -265,7 +265,7 @@  discard block
 block discarded – undo
265 265
     /**
266 266
      * This method get the cron config for this module an add them to the listener
267 267
      *
268
-     * @param  EventManager $e
268
+     * @param  MvcEvent $e
269 269
      * @return array
270 270
      */
271 271
     public function addCronjob(MvcEvent $e)
Please login to merge, or discard this patch.