Skip to content
This repository has been archived by the owner on May 2, 2018. It is now read-only.

Fix sendException method not accept throwable #6

Merged

Conversation

briceflaceliere
Copy link
Contributor

@briceflaceliere briceflaceliere commented Sep 22, 2017

The notifyException method of bugsnag now accepts Throwable
(https://github.com/bugsnag/bugsnag-php/blob/v2.9.2/src/Bugsnag/Client.php#L515-L532), which allows to be compatible with PHP7 Error.

I am not typed the function parameter to remain compatible with PHP5.
A control of the parameter is performed by the notifyException function of bugsnag.

The notifyException method of bugsnag now accepts `Throwable`
(https://github.com/bugsnag/bugsnag-
php/blob/v2.9.2/src/Bugsnag/Client.php#L515-L532), which allows to be
compatible with PHP7 Error.

I am not typed the function parameter to remain compatible with PHP5.
A control of the parameter is performed by the `notifyException`
function of bugsnag.
@nickurt nickurt merged commit fd8e0bb into nickurt:master Oct 25, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants