The following changes were made (this change is also documented in the change log):
New php 7.4 causes error:
During class fetch: Uncaught yii\base\ErrorException: Unparenthesizeda ? b : c ? d : eis deprecated. Use either(a ? b : c) ? d : eora ? b : (c ? d : e)in vendor/kartik-v/yii2-grid/src/ColumnTrait.php:278
Fixed deprecated short if construction for PHP 7.4
Scope
This pull request includes a
Changes
The following changes were made (this change is also documented in the change log): New php 7.4 causes error:
During class fetch: Uncaught yii\base\ErrorException: Unparenthesized
a ? b : c ? d : eis deprecated. Use either
(a ? b : c) ? d : eor
a ? b : (c ? d : e)in vendor/kartik-v/yii2-grid/src/ColumnTrait.php:278