diff --git a/wp-includes/class-wp-tax-query.php b/wp-includes/class-wp-tax-query.php index 5a489f5662..c6ec3258cc 100644 --- a/wp-includes/class-wp-tax-query.php +++ b/wp-includes/class-wp-tax-query.php @@ -44,7 +44,7 @@ class WP_Tax_Query { * Standard response when the query should not return any rows. * * @since 3.2.0 - * @var string + * @var array> */ private static $no_results = array( 'join' => array( '' ), diff --git a/wp-includes/version.php b/wp-includes/version.php index 0db3657f01..d169dddf24 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.9-alpha-60310'; +$wp_version = '6.9-alpha-60311'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.