kartik-v / yii2-grid

Enhanced GridView with various utilities for Yii Framework 2.0
http://demos.krajee.com/grid
Other
556 stars 303 forks source link

fixed deprecated short construction #939

Closed execut closed 4 years ago

execut commented 4 years ago

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: 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

execut commented 4 years ago

I messed up the branches. The problem is already fixed without me