This commit is contained in:
Laurent Destailleur 2022-06-14 18:19:02 +02:00
parent a5d686dcac
commit ac3d3528ff

View File

@ -366,9 +366,9 @@ class EvalMath
} }
/** /**
* evaluate postfix notation * Evaluate postfix notation
* *
* @param string $tokens Expression * @param string $tokens An array of expression to evaluate ('operators'). The operand are into ->stack.
* @param array $vars Array * @param array $vars Array
* @return string Output * @return string Output
*/ */