Passed
Branch develop (aa60bf)
by BENARD
05:22
created
src/Model/Entity/RankPointGameTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
     /**
15 15
      * @ORM\Column(name="pointChart", type="integer", nullable=false)
16 16
      */
17
-    private int $pointGame= 0;
17
+    private int $pointGame = 0;
18 18
 
19 19
     /**
20 20
      * @param int $rankPointGame
Please login to merge, or discard this patch.