Completed
Push — dev/5.6 ( 7e7a19...64b458 )
by Sudar
01:55
created
include/util/class-bd-util.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -238,7 +238,7 @@
 block discarded – undo
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 ) );
Please login to merge, or discard this patch.