Loading CHANGELOG.md +5 −0 Original line number Diff line number Diff line CHANGELOG ========= 6.0.9 (05/07/2024) ------------------ - [Fix] Interpréteur de formules Calc : of:== pris en compte comme un of:= 6.0.8 (04/07/2024) ------------------ Loading src/Calc/Formule.php +3 −0 Original line number Diff line number Diff line Loading @@ -60,6 +60,9 @@ class Formule if (str_starts_with($this->formule, 'of:=')) { $start = 4; } if (str_starts_with($this->formule, 'of:==')) { $start = 5; } for ($i = $start; $i < strlen($this->formule); $i++) { $this->terms[] = [ Loading Loading
CHANGELOG.md +5 −0 Original line number Diff line number Diff line CHANGELOG ========= 6.0.9 (05/07/2024) ------------------ - [Fix] Interpréteur de formules Calc : of:== pris en compte comme un of:= 6.0.8 (04/07/2024) ------------------ Loading
src/Calc/Formule.php +3 −0 Original line number Diff line number Diff line Loading @@ -60,6 +60,9 @@ class Formule if (str_starts_with($this->formule, 'of:=')) { $start = 4; } if (str_starts_with($this->formule, 'of:==')) { $start = 5; } for ($i = $start; $i < strlen($this->formule); $i++) { $this->terms[] = [ Loading