Index: src/wp-admin/includes/ajax-actions.php
===================================================================
--- src/wp-admin/includes/ajax-actions.php	(revision 49090)
+++ src/wp-admin/includes/ajax-actions.php	(working copy)
@@ -426,6 +426,7 @@
  *
  * @param int $comment_id
  * @param int $delta
+ * @var array $query_vars See {@link WP::parse_request()}.
  */
 function _wp_ajax_delete_comment_response( $comment_id, $delta = -1 ) {
 	$total    = isset( $_POST['_total'] ) ? (int) $_POST['_total'] : 0;
@@ -3614,6 +3615,7 @@
  * @global WP_Embed   $wp_embed   Embed API instance.
  * @global WP_Scripts $wp_scripts
  * @global int        $content_width
+ * @var    array      $matches
  */
 function wp_ajax_parse_embed() {
 	global $post, $wp_embed, $content_width;
