| Total Complexity | 2 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 21 | class Stats |
||
| 22 | { |
||
| 23 | /** |
||
| 24 | * @var StatsProvider |
||
| 25 | */ |
||
| 26 | private $statsProvider; |
||
| 27 | |||
| 28 | /** |
||
| 29 | * Stats constructor. |
||
| 30 | * @param StatsProvider $statsProvider |
||
| 31 | */ |
||
| 32 | 2 | public function __construct( |
|
| 36 | 2 | } |
|
| 37 | |||
| 38 | /** |
||
| 39 | * @param ManufacturerDTOInterface $manufacturer |
||
| 40 | * @param ModelDTOInterface $model |
||
| 41 | * @param FilterArray $filters |
||
| 42 | * @return StatsDTOInterface |
||
| 43 | */ |
||
| 44 | 1 | public function getStats( |
|
| 52 |