| Total Complexity | 3 |
| Total Lines | 27 |
| Duplicated Lines | 0 % |
| Changes | 3 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 10 | class TopicService |
||
| 11 | { |
||
| 12 | private EntityManagerInterface $em; |
||
| 13 | |||
| 14 | /** |
||
| 15 | * TopicService constructor. |
||
| 16 | * @param EntityManagerInterface $em |
||
| 17 | */ |
||
| 18 | public function __construct(EntityManagerInterface $em) |
||
| 21 | } |
||
| 22 | |||
| 23 | |||
| 24 | /** |
||
| 25 | * @param Topic $topic |
||
| 26 | */ |
||
| 27 | public function majPositions(Topic $topic): void |
||
| 39 |