Merge pull request #4501 from tw2113/master
add spacing consistency around phpdoc attributespull/4130/head
commit
f85d965732
|
@ -62,7 +62,6 @@ class Factory
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param string $home
|
* @param string $home
|
||||||
*
|
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
protected static function getCacheDir($home)
|
protected static function getCacheDir($home)
|
||||||
|
@ -414,7 +413,6 @@ class Factory
|
||||||
/**
|
/**
|
||||||
* @param Config $config The configuration
|
* @param Config $config The configuration
|
||||||
* @param Downloader\DownloadManager $dm Manager use to download sources
|
* @param Downloader\DownloadManager $dm Manager use to download sources
|
||||||
*
|
|
||||||
* @return Archiver\ArchiveManager
|
* @return Archiver\ArchiveManager
|
||||||
*/
|
*/
|
||||||
public function createArchiveManager(Config $config, Downloader\DownloadManager $dm = null)
|
public function createArchiveManager(Config $config, Downloader\DownloadManager $dm = null)
|
||||||
|
|
Loading…
Reference in New Issue