Merge branch 'hotfix/123'
authorMatthew Weier O'Phinney <matthew@zend.com>
Wed, 3 Oct 2012 20:43:33 +0000 (15:43 -0500)
committerMatthew Weier O'Phinney <matthew@zend.com>
Wed, 3 Oct 2012 20:43:33 +0000 (15:43 -0500)
Close #123

module/Application/Module.php

index 86d9d4e..7786cd8 100644 (file)
 namespace Application;
 
 use Zend\Mvc\ModuleRouteListener;
+use Zend\Mvc\MvcEvent;
 
 class Module
 {
-    public function onBootstrap($e)
+    public function onBootstrap(MvcEvent $e)
     {
         $e->getApplication()->getServiceManager()->get('translator');
         $eventManager        = $e->getApplication()->getEventManager();