diff options
Diffstat (limited to 'src/NXP/Classes/Calculator.php')
-rw-r--r-- | src/NXP/Classes/Calculator.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/NXP/Classes/Calculator.php b/src/NXP/Classes/Calculator.php index 980a52b..7d82ecd 100644 --- a/src/NXP/Classes/Calculator.php +++ b/src/NXP/Classes/Calculator.php @@ -26,9 +26,9 @@ class Calculator { /** * Calculate array of tokens in reverse polish notation - * @param array $tokens Array of tokens - * @param array $variables Array of variables - * @return number Result + * @param array $tokens + * @param array $variables + * @return number Result * @throws \NXP\Exception\IncorrectExpressionException * @throws \NXP\Exception\UnknownVariableException */ |