From cf0bfa3856ab392bb7b280b0f9c9389894efc7a0 Mon Sep 17 00:00:00 2001 From: TimothyBlynJacobs Date: Sat, 16 May 2020 19:56:09 +0000 Subject: [PATCH] Coding Standards: Correct docblock indentation. Fixes PHPCS failure introduced in r47811. Built from https://develop.svn.wordpress.org/trunk@47812 git-svn-id: http://core.svn.wordpress.org/trunk@47588 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/rest-api.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/rest-api.php b/wp-includes/rest-api.php index f5b91807fe..8b385f63be 100644 --- a/wp-includes/rest-api.php +++ b/wp-includes/rest-api.php @@ -1233,7 +1233,7 @@ function rest_get_avatar_sizes() { * @since 5.4.0 Convert an empty string to an empty object. * @since 5.5.0 Add the "uuid" and "hex-color" formats. * Support the "minLength", "maxLength" and "pattern" keywords for strings. - * Validate required properties. + * Validate required properties. * * @param mixed $value The value to validate. * @param array $args Schema array to use for validation. diff --git a/wp-includes/version.php b/wp-includes/version.php index e774d807a9..2d7ec8e6de 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.5-alpha-47811'; +$wp_version = '5.5-alpha-47812'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.