Fix #14936 - display NULL on numeric fields
Ref: 3dce65d913
Partial revert of my phpstan level 1
Pull-request: #14472
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
parent
f5b6d8aec3
commit
7d5e52d263
@ -2948,7 +2948,7 @@ class Results
|
||||
|
||||
$display_params['data'][$row_no][$i]
|
||||
= $this->_getDataCellForNumericColumns(
|
||||
(string) $row[$i],
|
||||
$row[$i],
|
||||
$class,
|
||||
$condition_field,
|
||||
$meta,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user