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