This commit is contained in:
Jephté Clain 2025-01-23 10:09:41 +04:00
parent 747f61a03d
commit 7d699ee61e

View File

@ -188,7 +188,7 @@ class SpoutBuilder extends AbstractBuilder {
$this->ssType = $ssType; $this->ssType = $ssType;
$this->ssWriter = $ssWriter; $this->ssWriter = $ssWriter;
$this->writerParams = $spoutParams; $this->spoutParams = $spoutParams;
$this->typeNumeric = boolval($params["type_numeric"] ?? static::TYPE_NUMERIC); $this->typeNumeric = boolval($params["type_numeric"] ?? static::TYPE_NUMERIC);
$this->typeDate = boolval($params["type_date"] ?? static::TYPE_DATE); $this->typeDate = boolval($params["type_date"] ?? static::TYPE_DATE);
@ -209,7 +209,7 @@ class SpoutBuilder extends AbstractBuilder {
protected WriterMultiSheetsAbstract $ssWriter; protected WriterMultiSheetsAbstract $ssWriter;
protected ?array $writerParams; protected ?array $spoutParams;
protected bool $typeNumeric; protected bool $typeNumeric;