-
Notifications
You must be signed in to change notification settings - Fork 26
Handle PHP 7 Throwables in ApiProblemListener #52
Handle PHP 7 Throwables in ApiProblemListener #52
Conversation
Would be awesome to have it merged and released. @MichaelGooden is there a reason why |
whoops sorry @MichaelGooden didn't read your comment :D |
Any change you could merge this @weierophinney ? |
@weierophinney Can you please merge this. This breaks this module on PHP 7.x. |
@ezimuel Can you please review this PR. It is a two line change with tests that is urgently needed to unbreak this library on PHP 7.x. Considering that PHP 5.6 has now passed its last planned release, this PR is essential. |
agreed, need this as well. |
@weierophinney is there anything we can do to help this merged? |
@weierophinney Any update on this? Is there anything more I can do to help the process move forward? |
Bump. |
Handle PHP 7 Throwables in ApiProblemListener Conflicts: composer.lock
Thanks, @MichaelGooden |
ApiProblemListener was never updated to handle PHP 7
\Throwable
, this PR adds required fix and related test.(Composer update is due to some GitHub zipball
shasum
s being out of date. Did not feel that was worth its own PR.)