Scrutinizer tweak

This commit is contained in:
MarkBaker 2022-09-27 15:52:44 +02:00
parent 341eb62afe
commit bb500e2c34
1 changed files with 1 additions and 1 deletions

View File

@ -4866,7 +4866,7 @@ class Calculation
}
} elseif (preg_match('/^' . self::CALCULATION_REGEXP_FUNCTION . '$/miu', $token ?? '', $matches)) {
// if the token is a function, pop arguments off the stack, hand them to the function, and push the result back on
if ($pCellParent) {
if ($cell !== null && $pCellParent !== null) {
$cell->attach($pCellParent);
}