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