| Total Complexity | 1 |
| Total Lines | 12 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 1 | Features | 0 |
| 1 | <?php |
||
| 10 | abstract class AbstractChecker extends AbstractStandards implements CheckerInterface |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @param string $pathToFile |
||
| 14 | * @param \YamlStandards\Model\Config\StandardParametersData $standardParametersData |
||
| 15 | * @return \YamlStandards\Result\Result |
||
| 16 | */ |
||
| 17 | 8 | public function runCheck(string $pathToFile, StandardParametersData $standardParametersData): Result |
|
| 24 |