diff options
-rw-r--r-- | src/NXP/MathExecutor.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/NXP/MathExecutor.php b/src/NXP/MathExecutor.php index a93a305..a9bf8a9 100644 --- a/src/NXP/MathExecutor.php +++ b/src/NXP/MathExecutor.php @@ -81,9 +81,9 @@ class MathExecutor /** * Add function to executor * - * @param string $name Name of function - * @param callable $function Function - * @param int $places Count of arguments + * @param string $name Name of function + * @param callable $function Function + * @param int $places Count of arguments * @return MathExecutor */ public function addFunction($name, callable $function = null, $places = 1) |