Fix coding standards issue
This commit is contained in:
parent
8d89554d84
commit
9909af6ccb
|
|
@ -719,7 +719,7 @@ class Xlsx extends BaseReader
|
||||||
$this->castToFormula($c, $r, $cellDataType, $value, $calculatedValue, $sharedFormulas, 'castToString');
|
$this->castToFormula($c, $r, $cellDataType, $value, $calculatedValue, $sharedFormulas, 'castToString');
|
||||||
if (isset($c->f['t'])) {
|
if (isset($c->f['t'])) {
|
||||||
$att = $c->f['t'];
|
$att = $c->f['t'];
|
||||||
$docSheet->getCell($r)->setFormulaAttributes(['t' => (string)$att]);
|
$docSheet->getCell($r)->setFormulaAttributes(['t' => (string) $att]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue