Loading src/Calc/Cell.php +2 −2 Original line number Diff line number Diff line Loading @@ -133,8 +133,8 @@ class Cell public function getFormuleExpr(): ?array { $fText = $this->getFormule(); if (!$fText) $fText = $this->getValue(); if (!$fText) return null; if ($fText === null) $fText = $this->getValue(); if ($fText === null) return null; $formule = new Formule($fText); Loading Loading
src/Calc/Cell.php +2 −2 Original line number Diff line number Diff line Loading @@ -133,8 +133,8 @@ class Cell public function getFormuleExpr(): ?array { $fText = $this->getFormule(); if (!$fText) $fText = $this->getValue(); if (!$fText) return null; if ($fText === null) $fText = $this->getValue(); if ($fText === null) return null; $formule = new Formule($fText); Loading