Fix HHVM interop
parent
2264a80a7d
commit
07ad1da3ac
|
@ -219,7 +219,7 @@ class EventDispatcher
|
|||
|
||||
try {
|
||||
$reflected = new \ReflectionParameter($target, 0);
|
||||
} catch (\ReflectionException $e) {
|
||||
} catch (\Exception $e) {
|
||||
return $event;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue