Completed
Push — master ( 916c4f...7f572e )
by Benedikt
06:01
created
tests/Unit/Service/RankingSystem/RankingSystemServiceTest.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -1223,6 +1223,7 @@
 block discarded – undo
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,
Please login to merge, or discard this patch.