Verified Commit 6a68463c authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3395748 by KarimB, joachim: getSetting()'s documentation should specify...

Issue #3395748 by KarimB, joachim: getSetting()'s documentation should specify what happens when a setting doesn't exist

(cherry picked from commit d088a7b0)
(cherry picked from commit 7489ccac)
parent d73384c9
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@ public function getSettings();
   *   The setting name.
   *
   * @return mixed
   *   The setting value.
   *   The setting value or NULL if the setting name doesn't exist.
   */
  public function getSetting($setting_name);

+1 −1
Original line number Diff line number Diff line
@@ -143,7 +143,7 @@ public function getSettings();
   *   The setting name.
   *
   * @return mixed
   *   The setting value.
   *   The setting value or NULL if the setting name doesn't exist.
   */
  public function getSetting($setting_name);