Browse Source

Merge pull request #21245 from Quatadah/dolicloud-qnasdami-scrutinizer-003

BUG FIX : Changing type of the parameter
Laurent Destailleur 3 years ago
parent
commit
6fb1e126c5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      htdocs/core/class/evalmath.class.php

+ 1 - 1
htdocs/core/class/evalmath.class.php

@@ -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
 	 */