Completed
Push — develop ( 472a9b...ecff12 )
by greg
03:06
created
src/PlaygroundGame/Module.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -285,7 +285,7 @@
 block discarded – undo
285 285
      * This method add the games to the cms categories of pages
286 286
      * not that satisfied neither
287 287
      *
288
-     * @param  EventManager $e
288
+     * @param  \Zend\EventManager\Event $e
289 289
      * @return array
290 290
      */
291 291
     public function populateCmsCategories(\Zend\EventManager\Event $e)
Please login to merge, or discard this patch.
src/PlaygroundGame/Service/Mission.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace PlaygroundGame\Service;
4 4
 
5 5
 use Zend\ServiceManager\ServiceManagerAwareInterface;
6
-use Zend\ServiceManager\ServiceManager;
7 6
 use PlaygroundGame\Service\Game;
8 7
 
9 8
 class Mission extends Game implements ServiceManagerAwareInterface
Please login to merge, or discard this patch.