PHP 7.4 Deprecated Warning
-
Heads up that with PHP 7.4., the plugin throws a deprecated warning:
PHP Deprecated: Unparenthesized
a ? b : c ? d : e
is deprecated. Use either(a ? b : c) ? d : e
ora ? b : (c ? d : e)
in ../plugins/transifex-live-integration/includes/transifex-live-integration-util.php on line 89
- The topic ‘PHP 7.4 Deprecated Warning’ is closed to new replies.