BUG FIX : Changing type of the parameter
@@ -372,7 +372,7 @@ class EvalMath
/**
* Evaluate postfix notation
*
- * @param string $tokens An array of expression to evaluate ('operators'). The operand are into ->stack.
+ * @param array $tokens Expression
* @param array $vars Array
* @return string Output
*/