| Conditions | 1 |
| Paths | 1 |
| Total Lines | 5 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 29 | public function __construct(array $pathToYamlFiles, array $pathToExcludedYamlFiles, array $yamlStandardConfigsSingleStandardData) |
||
| 30 | { |
||
| 31 | $this->pathToYamlFiles = $pathToYamlFiles; |
||
| 32 | $this->pathToExcludedYamlFiles = $pathToExcludedYamlFiles; |
||
| 33 | $this->yamlStandardConfigsSingleStandardData = $yamlStandardConfigsSingleStandardData; |
||
| 34 | } |
||
| 60 |