Jordi Boggiano 13 gadi atpakaļ
vecāks
revīzija
71cecd8e93
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2 0
      src/Composer/Downloader/DownloadManager.php

+ 2 - 0
src/Composer/Downloader/DownloadManager.php

@@ -46,6 +46,7 @@ class DownloadManager
     public function setPreferSource($preferSource)
     {
         $this->preferSource = $preferSource;
+
         return $this;
     }
 
@@ -59,6 +60,7 @@ class DownloadManager
     {
         $type = strtolower($type);
         $this->downloaders[$type] = $downloader;
+
         return $this;
     }