@@ -238,7 +238,7 @@ |
||
238 | 238 | * @param string $key Key, whose value to be retrieved. |
239 | 239 | * @param bool $default (Optional) Default value to be returned, if the key is not found. |
240 | 240 | * |
241 | - * @return mixed Boolean converted Value if key is present, else the default value. |
|
241 | + * @return boolean Boolean converted Value if key is present, else the default value. |
|
242 | 242 | */ |
243 | 243 | function bd_array_get_bool( $array, $key, $default = false ) { |
244 | 244 | return bd_to_bool( bd_array_get( $array, $key, $default ) ); |