Total Complexity | 2 |
Total Lines | 17 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
10 | class AbstractTopProvider implements DwhInterface, TopProviderInterface |
||
11 | { |
||
12 | protected EntityManagerInterface $dwhEntityManager; |
||
13 | protected EntityManagerInterface $defaultEntityManager; |
||
14 | |||
15 | public function __construct(EntityManagerInterface $dwhEntityManager, EntityManagerInterface $defaultEntityManager) |
||
19 | } |
||
20 | |||
21 | |||
22 | public function getTop( |
||
29 |