Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge pull request #161 from autowp/patch-1
Browse files Browse the repository at this point in the history
marshalBadControllerEvent argument type hinting
  • Loading branch information
weierophinney committed Jun 30, 2016
2 parents af7534c + 800117e commit a478ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DispatchListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ protected function marshalBadControllerEvent(
$controllerName,
MvcEvent $event,
Application $application,
\Exception $exception
\Throwable $exception
) {
$event->setName(MvcEvent::EVENT_DISPATCH_ERROR);
$event->setError($application::ERROR_EXCEPTION);
Expand Down

0 comments on commit a478ce7

Please sign in to comment.