1
0
Fork 0

Merge pull request #4501 from tw2113/master

add spacing consistency around phpdoc attributes
pull/4130/head
Rob 2015-10-19 12:04:38 +02:00
commit f85d965732
1 changed files with 0 additions and 2 deletions

View File

@ -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)