kartik-v / yii2-grid

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

php7.4 notice Unparenthesized `a ? b : c ? d : e` is deprecated #934

Closed haohetao closed 4 years ago

haohetao commented 4 years ago

NOTICE: PHP message: PHP Deprecated: Unparenthesized a ? b : c ? d : e is deprecated. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) in /var/www/epmms2-award/vendor/kartik-v/yii2-grid/src/ColumnTrait.php on line 290

Prerequisites

Steps to reproduce the issue

1. 2. 3.

Expected behavior and actual behavior

When I follow those steps, I see...

I was expecting...

Environment

Browsers

Operating System

Libraries

Isolating the problem

kartik-v commented 4 years ago

Resolved via #938