From 4b08ec4b4dbf83dd242d7882e852b8d933ef0560 Mon Sep 17 00:00:00 2001
From: NeonXP <frei@neonxp.info>
Date: Fri, 6 Sep 2013 05:43:22 +0400
Subject: ~ PHP CS fixer

---
 src/NXP/MathExecutor.php | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'src/NXP')

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)
-- 
cgit v1.2.3