Total Complexity | 3 |
Total Lines | 29 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
15 | class YamlEmptyLineAtEndChecker extends AbstractChecker |
||
16 | { |
||
17 | /** |
||
18 | * @inheritDoc |
||
19 | */ |
||
20 | 4 | public function check(string $pathToFile, StandardParametersData $standardParametersData): Result |
|
37 | } |
||
38 | |||
39 | /** |
||
40 | * @inheritDoc |
||
41 | */ |
||
42 | 2 | protected function runCheckYamlFileIsValid(string $pathToYamlFile): void |
|
46 |