Passed
Push — develop ( cd614f...605826 )
by BENARD
04:36
created
src/Entity/Proof.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -40,12 +40,12 @@
 block discarded – undo
40 40
      */
41 41
     private ?Video $video = null;
42 42
 
43
-     /**
44
-     * @ORM\ManyToOne(targetEntity="VideoGamesRecords\CoreBundle\Entity\ProofRequest")
45
-     * @ORM\JoinColumns({
46
-     *   @ORM\JoinColumn(name="idProofRequest", referencedColumnName="id", nullable=true)
47
-     * })
48
-     */
43
+        /**
44
+         * @ORM\ManyToOne(targetEntity="VideoGamesRecords\CoreBundle\Entity\ProofRequest")
45
+         * @ORM\JoinColumns({
46
+         *   @ORM\JoinColumn(name="idProofRequest", referencedColumnName="id", nullable=true)
47
+         * })
48
+         */
49 49
     private ?ProofRequest $proofRequest = null;
50 50
 
51 51
     /**
Please login to merge, or discard this patch.