Total Complexity | 2 |
Total Lines | 21 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
15 | trait FormatTrait |
||
16 | { |
||
17 | /** @var string */ |
||
18 | protected $formatCode = NumberFormat::FORMAT_GENERAL; |
||
19 | |||
20 | /** |
||
21 | * @return string |
||
22 | */ |
||
23 | public function getFormatCode() : string |
||
26 | } |
||
27 | |||
28 | /** |
||
29 | * @param string $formatCode |
||
30 | * @return self |
||
31 | */ |
||
32 | public function setFormatCode(string $formatCode) |
||
38 |