Total Complexity | 4 |
Total Lines | 32 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
7 | class SetterBuilder extends AbstractBuilder |
||
8 | { |
||
9 | use TypeHintTrait; |
||
10 | |||
11 | /** |
||
12 | * @param array[] $data |
||
13 | * @param array $config |
||
14 | */ |
||
15 | 22 | public function __construct(array $data, array $config = []) |
|
24 | 22 | } |
|
25 | |||
26 | 22 | public function getFileTemplate(): string |
|
29 | } |
||
30 | |||
31 | 22 | public function getPathTemplate(): string |
|
34 | } |
||
35 | |||
36 | 22 | public function build(): string |
|
41 |