diff options
author | Bruce Wells <brucekwells@gmail.com> | 2020-04-11 03:40:21 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-11 03:40:21 +0300 |
commit | 7198653aef6eab55e1644eea9f16bf0dd0dc2edd (patch) | |
tree | e61d76954437062412493fb6436bf092ed4e4b40 /src/NXP/Classes/Calculator.php | |
parent | 4955c639e1069ba3d3415d01a3368f09b000c2a7 (diff) |
Update documentation for PHPFUI/InstaDoc (#58)
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 */ |