X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FExtension%2FContainer%2FBasic.php;h=0588c5eeb172bcd5fb24041fbaf90ace708768f4;hb=96cd5bcfffe0d8b41e6294f48d9803b027d0235c;hp=69123ac94a6fc34aef9d4d9f3eb3ec572e47986c;hpb=34b97aaa673349a3e327fbfab396ab6c167963cd;p=civicrm-core.git diff --git a/CRM/Extension/Container/Basic.php b/CRM/Extension/Container/Basic.php index 69123ac94a..0588c5eeb1 100644 --- a/CRM/Extension/Container/Basic.php +++ b/CRM/Extension/Container/Basic.php @@ -35,28 +35,31 @@ class CRM_Extension_Container_Basic implements CRM_Extension_Container_Interface public $baseUrl; /** - * @var CRM_Utils_Cache_Interface|NULL + * @var CRM_Utils_Cache_Interface|null * * Note: Treat as private. This is only public to facilitate debugging. */ public $cache; /** - * @var string the cache key used for any data stored by this container + * @var string + * The cache key used for any data stored by this container * * Note: Treat as private. This is only public to facilitate debugging. */ public $cacheKey; /** - * @var array($key => $relPath) + * @var array + * ($key => $relPath) * * Note: Treat as private. This is only public to facilitate debugging. */ public $relPaths = FALSE; /** - * @var array($key => $relUrl) + * @var array + * ($key => $relUrl) * * Derived from $relPaths. On Unix systems (where file-paths and * URL-paths both use '/' separator), this isn't necessary. On Windows