@@ -124,8 +124,8 @@ |
||
| 124 | 124 | |
| 125 | 125 | /** |
| 126 | 126 | * @param string $operator |
| 127 | - * @param integer|float $firstOperand |
|
| 128 | - * @param integer|float $secondOperand |
|
| 127 | + * @param string $firstOperand |
|
| 128 | + * @param string $secondOperand |
|
| 129 | 129 | * @return int |
| 130 | 130 | */ |
| 131 | 131 | protected function calc($operator, $firstOperand, $secondOperand) |