Skip to content

Commit

Permalink
Merge pull request zendframework#2071 from BilgeXA/patch-3
Browse files Browse the repository at this point in the history
Update library/Zend/Mvc/ModuleRouteListener.php
  • Loading branch information
weierophinney committed Aug 1, 2012
2 parents 9128339 + d14d2f8 commit 6e493c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Zend/Mvc/ModuleRouteListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function detach(EventManagerInterface $events)
* @param MvcEvent $e
* @return null
*/
public function onRoute($e)
public function onRoute(MvcEvent $e)
{
$matches = $e->getRouteMatch();
if (!$matches instanceof Router\RouteMatch) {
Expand Down

0 comments on commit 6e493c0

Please sign in to comment.