1
0
Fork 0

Fix HHVM interop

pull/3538/merge
Jordi Boggiano 2014-12-13 11:13:25 +00:00
parent 2264a80a7d
commit 07ad1da3ac
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ class EventDispatcher
try {
$reflected = new \ReflectionParameter($target, 0);
} catch (\ReflectionException $e) {
} catch (\Exception $e) {
return $event;
}