Passed
Push — develop ( fdcb02...8e469f )
by BENARD
07:46 queued 03:27
created
src/Service/Ranking/Write/PlayerChartRankingHandler.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -28,8 +28,7 @@
 block discarded – undo
28 28
         EntityManagerInterface $em,
29 29
         PlayerChartRankingQuery $playerChartRankingQuery,
30 30
         EventDispatcherInterface $eventDispatcher
31
-    )
32
-    {
31
+    ) {
33 32
         $this->em = $em;
34 33
         $this->playerChartRankingQuery = $playerChartRankingQuery;
35 34
         $this->eventDispatcher = $eventDispatcher;
Please login to merge, or discard this patch.