Skip to content
Snippets Groups Projects
Verified Commit d088a7b0 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
parent 6ae1c4f8
No related branches found
No related tags found
No related merge requests found
...@@ -74,7 +74,7 @@ public function getSettings(); ...@@ -74,7 +74,7 @@ public function getSettings();
* The setting name. * The setting name.
* *
* @return mixed * @return mixed
* The setting value. * The setting value or NULL if the setting name doesn't exist.
*/ */
public function getSetting($setting_name); public function getSetting($setting_name);
......
...@@ -143,7 +143,7 @@ public function getSettings(); ...@@ -143,7 +143,7 @@ public function getSettings();
* The setting name. * The setting name.
* *
* @return mixed * @return mixed
* The setting value. * The setting value or NULL if the setting name doesn't exist.
*/ */
public function getSetting($setting_name); public function getSetting($setting_name);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment