We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've installed PHP 8.2 and got Deprecated warning in kartik-v/yii2-export/src/ExportMenu.php on line #1303 (version 1.4.3 - latest)
I think we need to check $col->header before trim() and define empty string at least maybe if it's NULL. Here:
if ($col->header !== null || ($col->label === null && $col->attribute === null)) { return trim($col->header) !== '' ? $col->header : $col->grid->emptyCell; }
I know it's warning, not error. But it would nice if you can fix it with time. Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've installed PHP 8.2 and got Deprecated warning in kartik-v/yii2-export/src/ExportMenu.php on line #1303 (version 1.4.3 - latest)
I think we need to check $col->header before trim() and define empty string at least maybe if it's NULL. Here:
if ($col->header !== null || ($col->label === null && $col->attribute === null)) { return trim($col->header) !== '' ? $col->header : $col->grid->emptyCell; }
I know it's warning, not error. But it would nice if you can fix it with time. Thanks!
The text was updated successfully, but these errors were encountered: