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

BUG FIX : Changing type of the parameter
This commit is contained in:
Laurent Destailleur 2022-06-29 10:30:49 +02:00 committed by GitHub
commit 6fb1e126c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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