@@ -1223,6 +1223,7 @@ |
||
1223 | 1223 | * prepares a new ranking system service for update ranking from |
1224 | 1224 | * @param MockObject $ranking the ranking entity |
1225 | 1225 | * @param EntityManagerInterface|null $entityManager the entity manager or null if a mock should be used |
1226 | + * @param MockObject[] $listsArray |
|
1226 | 1227 | * @return RankingSystemService |
1227 | 1228 | */ |
1228 | 1229 | private function prepareUpdateRankingFrom(MockObject $ranking, ?EntityManagerInterface $entityManager = null, |