Merge pull request #16572 from civicrm/5.23
[civicrm-core.git] / CRM / Extension / Downloader.php
index a092a88e46d02f746c43222578e7f257b392b624..cc43c8be6ee4c0efa0ff193f3f95cf8b0361ff53 100644 (file)
  */
 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;