瀏覽代碼

add spacing consistency around phpdoc attributes

Michael Beckwith 9 年之前
父節點
當前提交
459a48ad5b
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/Composer/Factory.php

+ 0 - 2
src/Composer/Factory.php

@@ -62,7 +62,6 @@ class Factory
 
     /**
      * @param string $home
-     *
      * @return string
      */
     protected static function getCacheDir($home)
@@ -414,7 +413,6 @@ class Factory
     /**
      * @param Config                     $config The configuration
      * @param Downloader\DownloadManager $dm     Manager use to download sources
-     *
      * @return Archiver\ArchiveManager
      */
     public function createArchiveManager(Config $config, Downloader\DownloadManager $dm = null)