Closed moudarir closed 4 years ago
Hello,
This issue is fired when the value from database is NULL.
NULL
then
To resolve this issue, we must remove : stingcode typing in public function value($row): string or adding ? mark before string for => php7.2 like this
: sting
public function value($row): string
?
string
Hope that can help someone. Cordially.
Thank you for reporting. It will be fixed in the next release. https://github.com/n1crack/datatables/commit/27309db1536ec503a29080cc61e14e71d866456e
Hello,
This issue is fired when the value from database is
NULL
.then
To resolve this issue, we must remove
: sting
code typing inpublic function value($row): string
or adding?
mark beforestring
for => php7.2 like thisHope that can help someone. Cordially.