@@ -8,8 +8,6 @@ |
||
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 | { |
@@ -243,7 +243,7 @@ discard block |
||
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 |
||
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) |