From 459a48ad5b786dcc7301dca85a6166d37fb36abf Mon Sep 17 00:00:00 2001 From: Michael Beckwith Date: Tue, 13 Oct 2015 00:46:26 -0500 Subject: [PATCH] add spacing consistency around phpdoc attributes --- src/Composer/Factory.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Composer/Factory.php b/src/Composer/Factory.php index 683d58d27..41cf4fe9f 100644 --- a/src/Composer/Factory.php +++ b/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)