@@ -174,7 +174,7 @@ |
||
| 174 | 174 | * @param string $operator |
| 175 | 175 | * @param integer|float $firstOperand |
| 176 | 176 | * @param integer|float $secondOperand |
| 177 | - * @return int |
|
| 177 | + * @return string|null |
|
| 178 | 178 | */ |
| 179 | 179 | private static function math($operator, $firstOperand, $secondOperand) |
| 180 | 180 | { |