Index: wp-includes/kses.php
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- wp-includes/kses.php	(revision 72c6f7f86f133a0d5ec669526eeb29ca024c0c19)
+++ wp-includes/kses.php	(revision )
@@ -1587,8 +1587,8 @@
  *
  * @since 4.4.2
  *
- * @param mixed $value The array or string to filter.
- * @return mixed $value The filtered content.
+ * @param mixed $data The array, object, or scalar.
+ * @return mixed The filtered content.
  */
 function wp_kses_post_deep( $data ) {
 	return map_deep( $data, 'wp_kses_post' );
Index: wp-includes/formatting.php
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- wp-includes/formatting.php	(revision 72c6f7f86f133a0d5ec669526eeb29ca024c0c19)
+++ wp-includes/formatting.php	(revision )
@@ -3888,7 +3888,7 @@
  *
  * @param mixed    $value    The array, object, or scalar.
  * @param callable $callback The function to map onto $value.
- * @return The value with the callback applied to all non-arrays and non-objects inside it.
+ * @return mixed The value with the callback applied to all non-arrays and non-objects inside it.
  */
 function map_deep( $value, $callback ) {
 	if ( is_array( $value ) ) {
