cosmetic
This commit is contained in:
parent
747f61a03d
commit
7d699ee61e
@ -188,7 +188,7 @@ class SpoutBuilder extends AbstractBuilder {
|
||||
|
||||
$this->ssType = $ssType;
|
||||
$this->ssWriter = $ssWriter;
|
||||
$this->writerParams = $spoutParams;
|
||||
$this->spoutParams = $spoutParams;
|
||||
$this->typeNumeric = boolval($params["type_numeric"] ?? static::TYPE_NUMERIC);
|
||||
$this->typeDate = boolval($params["type_date"] ?? static::TYPE_DATE);
|
||||
|
||||
@ -209,7 +209,7 @@ class SpoutBuilder extends AbstractBuilder {
|
||||
|
||||
protected WriterMultiSheetsAbstract $ssWriter;
|
||||
|
||||
protected ?array $writerParams;
|
||||
protected ?array $spoutParams;
|
||||
|
||||
protected bool $typeNumeric;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user