From 2fb1b2afa0876e4ad6ac87b1141a468897f07131 Mon Sep 17 00:00:00 2001
From: Tim Otten <totten@civicrm.org>
Date: Tue, 5 Sep 2017 20:19:48 -0700
Subject: [PATCH] (NFC) SettingsStack - Finish incomplete docblock

---
 Civi/Core/SettingsStack.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Civi/Core/SettingsStack.php b/Civi/Core/SettingsStack.php
index 434c8371e6..5d503b379a 100644
--- a/Civi/Core/SettingsStack.php
+++ b/Civi/Core/SettingsStack.php
@@ -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
  */
-- 
2.25.1