Passed
Push — develop ( 398719...d50203 )
by BENARD
05:23
created
src/Controller/Player/PlayerChart/GetStats.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
      */
22 22
     public function __invoke(Player $player): mixed
23 23
     {
24
-         $query = $this->em->createQuery("
24
+            $query = $this->em->createQuery("
25 25
             SELECT
26 26
                  s,
27 27
                  COUNT(pc) as nb
Please login to merge, or discard this patch.