Total Complexity | 1 |
Total Lines | 12 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
13 | class MostActiveWatchersResponse extends StatisticsResponse |
||
14 | { |
||
15 | |||
16 | /** |
||
17 | * MostActiveWatchersResponse constructor. |
||
18 | * |
||
19 | * @param MostActiveWatchersRequest $request |
||
20 | * @param array $mostActiveWatchers |
||
21 | */ |
||
22 | public function __construct(MostActiveWatchersRequest $request, array $mostActiveWatchers) |
||
28 |