Completed
Push — 174-feature/show-pro-content ( 2a5bdf )
by Maria Daniel Deepak
45s queued 43s
created
include/deprecated/deprecated.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -132,7 +132,7 @@
 block discarded – undo
132 132
 	 *
133 133
 	 * @param mixed $array
134 134
 	 * @param mixed $key
135
-	 * @param mixed $default
135
+	 * @param boolean $default
136 136
 	 */
137 137
 	function array_get_bool( $array, $key, $default = false ) {
138 138
 		return bd_array_get_bool( $array, $key, $default );
Please login to merge, or discard this patch.