Passed
Push — develop ( 4d30ee...6a528e )
by BENARD
04:32
created
src/Entity/Game.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -275,10 +275,10 @@
 block discarded – undo
275 275
         return $this->libGameFr;
276 276
     }
277 277
 
278
-     /**
279
-     * @param string $downloadUrl
280
-     * @return Game
281
-     */
278
+        /**
279
+         * @param string $downloadUrl
280
+         * @return Game
281
+         */
282 282
     public function setDownloadurl(string $downloadUrl): Game
283 283
     {
284 284
         $this->downloadUrl = $downloadUrl;
Please login to merge, or discard this patch.