Total Complexity | 3 |
Total Lines | 23 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
10 | class ScaledFloatType extends AbstractNumericType |
||
11 | { |
||
12 | const ID = 'scaled_float'; |
||
13 | const FRIENDLY_ID = 'scaledFloat'; |
||
14 | |||
15 | public function getId(): string |
||
18 | } |
||
19 | |||
20 | public function getFriendlyId(): string |
||
23 | } |
||
24 | |||
25 | /** |
||
26 | * @inheritDoc |
||
27 | */ |
||
28 | public function getParameters(): array |
||
36 |