Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Tests | 4 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
26 | 15 | public function __construct( |
|
27 | ExcludedSniffDataCollector $excludedSniffDataCollector, |
||
28 | SniffPropertyValueDataCollector $customSniffPropertyDataCollector |
||
29 | ) { |
||
30 | 15 | $this->excludedSniffDataCollector = $excludedSniffDataCollector; |
|
31 | 15 | $this->sniffPropertyValueDataCollector = $customSniffPropertyDataCollector; |
|
32 | 15 | } |
|
33 | |||
57 |