mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-12 19:16:45 +00:00
Changes required after merge from 1.x master, and reset phpstan baseline
This commit is contained in:
@@ -554,7 +554,7 @@ class StringHelper
|
||||
$sign = ($match[1] == '-') ? '-' : '+';
|
||||
$wholePart = ($match[3] === '') ? '' : ($sign . $match[3]);
|
||||
$fractionFormula = '=' . $wholePart . $sign . $match[4];
|
||||
$operand = Calculation::getInstance()->_calculateFormulaValue($fractionFormula);
|
||||
$operand = Calculation::getInstance()->calculateFormulaValue($fractionFormula);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user