From c85005dec1397e19617ab71bde2666874469f7e0 Mon Sep 17 00:00:00 2001 From: Timothy Jacobs Date: Sat, 16 May 2020 19:54:20 +0000 Subject: [PATCH] Coding Standards: Correct docblock indentation. Fixes PHPCS failure introduced in r47811. git-svn-id: https://develop.svn.wordpress.org/trunk@47812 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/rest-api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/rest-api.php b/src/wp-includes/rest-api.php index f5b91807fe..8b385f63be 100644 --- a/src/wp-includes/rest-api.php +++ b/src/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.