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