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