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:
William Desportes 2019-12-30 16:57:15 +01:00
parent f5b6d8aec3
commit 7d5e52d263
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -2948,7 +2948,7 @@ class Results
$display_params['data'][$row_no][$i]
= $this->_getDataCellForNumericColumns(
(string) $row[$i],
$row[$i],
$class,
$condition_field,
$meta,