Completed
Push — develop ( 54744b...29957b )
by greg
03:57
created
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.