@@ -3170,11 +3170,11 @@ |
||
| 3170 | 3170 | } |
| 3171 | 3171 | |
| 3172 | 3172 | /** |
| 3173 | - * Formatação numerica condicional |
|
| 3174 | - * @param string|float|int|null $value |
|
| 3175 | - * @param int $decimal |
|
| 3176 | - * @return string |
|
| 3177 | - */ |
|
| 3173 | + * Formatação numerica condicional |
|
| 3174 | + * @param string|float|int|null $value |
|
| 3175 | + * @param int $decimal |
|
| 3176 | + * @return string |
|
| 3177 | + */ |
|
| 3178 | 3178 | protected function conditionalNumberFormatting($value = null, $decimal = 2) |
| 3179 | 3179 | { |
| 3180 | 3180 | if (is_numeric($value)) { |