Total Complexity | 2 |
Total Lines | 23 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
14 | class EmptyMergeTemplate extends AbstractMergeTemplate |
||
15 | { |
||
16 | |||
17 | /** |
||
18 | * Returns merge template name. |
||
19 | * |
||
20 | * @return string |
||
21 | */ |
||
22 | 2 | public function getName() |
|
25 | } |
||
26 | |||
27 | /** |
||
28 | * Applies merge template to a working copy. |
||
29 | * |
||
30 | * @param string $wc_path Working copy path. |
||
31 | * |
||
32 | * @return string |
||
33 | */ |
||
34 | 4 | public function apply($wc_path) |
|
40 |