Passed
Push — develop ( 574080...0f5d99 )
by BENARD
04:30
created
src/Entity/Serie.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -66,9 +66,9 @@
 block discarded – undo
66 66
      */
67 67
     private Collection $games;
68 68
 
69
-     /**
70
-     * Constructor
71
-     */
69
+        /**
70
+         * Constructor
71
+         */
72 72
     public function __construct()
73 73
     {
74 74
         $this->games = new ArrayCollection();
Please login to merge, or discard this patch.