Total Complexity | 2 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
10 | class Convenio extends Bill |
||
11 | { |
||
12 | const USES_MODULE_10 = [6, 7]; // TODO pick better name |
||
13 | const AVAILABLE_CODES = [6, 7, 8, 9]; // TODO pick better name |
||
14 | |||
15 | /** |
||
16 | * {@inheritdoc} |
||
17 | */ |
||
18 | 19 | protected function useConverter(): Converter |
|
21 | } |
||
22 | |||
23 | /** |
||
24 | * {@inheritdoc} |
||
25 | */ |
||
26 | 19 | protected function useValidator(): Validator |
|
31 |