add spacing consistency around phpdoc attributes
parent
7a9eb02190
commit
459a48ad5b
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue