diff options
author | NeonXP <frei@neonxp.info> | 2013-09-06 05:43:22 +0400 |
---|---|---|
committer | NeonXP <frei@neonxp.info> | 2013-09-06 05:43:22 +0400 |
commit | 4b08ec4b4dbf83dd242d7882e852b8d933ef0560 (patch) | |
tree | 0e3638a4f6507ba857cdecbdcfd25923c752a2f8 | |
parent | 9cdc34290a84093b1c4640118289a7cf56d55125 (diff) |
~ PHP CS fixer
-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) |