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