Completed
Push — master ( 2a128c...18787f )
by Alexey
02:20
created
src/Calc.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -106,7 +106,6 @@  discard block
 block discarded – undo
106 106
     /**
107 107
      *
108 108
      * @param string $name
109
-     * @param \Closure $callable
110 109
      * @return \sufir\Calc\Calc
111 110
      */
112 111
     public function registerVariable($name, $value)
@@ -125,8 +124,8 @@  discard block
 block discarded – undo
125 124
 
126 125
     /**
127 126
      * @param string $operator
128
-     * @param integer|float $firstOperand
129
-     * @param integer|float $secondOperand
127
+     * @param string $firstOperand
128
+     * @param string $secondOperand
130 129
      * @return int
131 130
      */
132 131
     protected function calc($operator, $firstOperand, $secondOperand)
Please login to merge, or discard this patch.