X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FExtension%2FDownloader.php;h=cc43c8be6ee4c0efa0ff193f3f95cf8b0361ff53;hb=5936dc2106ff15d5ec6573a61da755852fa999e3;hp=a092a88e46d02f746c43222578e7f257b392b624;hpb=8f6e04e904288b3307b8bb63acb82fbbec25a4f8;p=civicrm-core.git diff --git a/CRM/Extension/Downloader.php b/CRM/Extension/Downloader.php index a092a88e46..cc43c8be6e 100644 --- a/CRM/Extension/Downloader.php +++ b/CRM/Extension/Downloader.php @@ -17,12 +17,14 @@ */ class CRM_Extension_Downloader { /** - * @var CRM_Extension_Container_Basic the place where downloaded extensions are ultimately stored + * @var CRM_Extension_Container_Basic + * The place where downloaded extensions are ultimately stored */ public $container; /** - * @var string local path to a temporary data directory + * @var string + * Local path to a temporary data directory */ public $tmpDir;