Arsenal21 / stripe-payments

Stripe Payments Plugin for WordPress
11 stars 8 forks source link

PHP 7.4 deprecation notices #165

Closed erommel closed 4 years ago

erommel commented 4 years ago

https://wordpress.org/support/topic/debugging-error-shows-deprecated/

wp-content/plugins/stripe-payments/includes/class-asp-payment-data.php L83, 84, 87, 88, 89

Unparenthesized a ? b : c ? d : e is deprecated. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e)

PHP 7.4 deprecates the unparenthesized ternary operator, see https://www.php.net/manual/en/migration74.deprecated.php