@@ -285,7 +285,7 @@ |
||
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) |
@@ -3,7 +3,6 @@ |
||
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 |