Completed
Pull Request — master (#7603)
by Tony
07:03
created
LibreNMS/Config.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@  discard block
 block discarded – undo
72 72
      * @param array $device Device array
73 73
      * @param string $key Name of setting to fetch
74 74
      * @param string $global_prefix specify where the global setting lives in the global config
75
-     * @param mixed $default will be returned if the setting is not set on the device or globally
75
+     * @param string $default will be returned if the setting is not set on the device or globally
76 76
      * @return mixed
77 77
      */
78 78
     public static function getDeviceSetting($device, $key, $global_prefix = null, $default = null)
@@ -126,7 +126,7 @@  discard block
 block discarded – undo
126 126
      *
127 127
      * @param string $os The os name
128 128
      * @param string $key period separated config variable name
129
-     * @param array $default optional array to return if the setting is not set
129
+     * @param boolean $default optional array to return if the setting is not set
130 130
      * @return array
131 131
      */
132 132
     public static function getCombined($os, $key, $default = array())
Please login to merge, or discard this patch.