Fix coding standards issue
This commit is contained in:
parent
e29600116e
commit
4e1f89d04c
|
|
@ -722,8 +722,8 @@ class Xlsx extends BaseReader
|
||||||
// Formula
|
// Formula
|
||||||
$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'];
|
$attributes = $c->f['t'];
|
||||||
$docSheet->getCell($r)->setFormulaAttributes(['t' => (string) $att]);
|
$docSheet->getCell($r)->setFormulaAttributes(['t' => (string) $attributes]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue