(NFC) SettingsStack - Finish incomplete docblock
authorTim Otten <totten@civicrm.org>
Wed, 6 Sep 2017 03:19:48 +0000 (20:19 -0700)
committerTim Otten <totten@civicrm.org>
Wed, 6 Sep 2017 03:19:48 +0000 (20:19 -0700)
Civi/Core/SettingsStack.php

index 434c8371e6b6d0031fa7e70d9007804c25d11bd2..5d503b379a5e18fe048cdd3815769bb1844ace98 100644 (file)
@@ -9,7 +9,7 @@ namespace Civi\Core;
  *
  * Like the global `$civicrm_setting` variable, it works best with typical inert settings that
  * do not trigger extra activation logic. A handful of settings (such as `enable_components`
- * and ~5 others)
+ * and ~5 others) should be avoided, but most settings should work.
  *
  * @package Civi\Core
  */