Total Complexity | 2 |
Total Lines | 18 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 2 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
10 | class YamlEntityExtractor extends AbstractFolderExtrator implements ExtractorInterface |
||
11 | { |
||
12 | use EntityFileExtractorTrait; |
||
13 | |||
14 | /** |
||
15 | * @inheritDoc |
||
16 | */ |
||
17 | 4 | protected function getFileExtension() |
|
20 | } |
||
21 | |||
22 | /** |
||
23 | * @inheritDoc |
||
24 | */ |
||
25 | 4 | protected function extractFileContent($filepath) |
|
30 |