@@ -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) |