Mangopay / mangopay2-php-sdk

PHP SDK for MANGOPAY
https://packagist.org/packages/mangopay/php-sdk-v2
MIT License
122 stars 133 forks source link

PHP 7.4 Upgrade: Unparenthesized `a ? b : c ? d : e` is deprecated. #371

Closed kusiu closed 4 years ago

kusiu commented 4 years ago

Unparenthesized a ? b : c ? d : e is deprecated. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) {"userId":1,"exception":"[object] (ErrorException(code: 0): Unparenthesized a ? b : c ? d : e is deprecated. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) at /vendor/mangopay/php-sdk-v2/MangoPay/Libraries/RestTool.php:354)

kusiu commented 4 years ago

Hey @Riwak, can we action this please?

mickaelpois commented 4 years ago

Hello @kusiu, I'll release a new minor version today with your fix AND add 7.4 version on our Travis build. Thanks a lot for your contribution.

mickaelpois commented 4 years ago

Fixed on 2.13.1 version. Travis support for PHP 7.4 added.