Fix coding standards issue

This commit is contained in:
MarkBaker 2021-02-14 16:47:49 +01:00
parent 8d89554d84
commit 9909af6ccb
1 changed files with 1 additions and 1 deletions

View File

@ -719,7 +719,7 @@ class Xlsx extends BaseReader
$this->castToFormula($c, $r, $cellDataType, $value, $calculatedValue, $sharedFormulas, 'castToString');
if (isset($c->f['t'])) {
$att = $c->f['t'];
$docSheet->getCell($r)->setFormulaAttributes(['t' => (string)$att]);
$docSheet->getCell($r)->setFormulaAttributes(['t' => (string) $att]);
}
}