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
This commit is contained in:
Timothy Jacobs 2020-05-16 19:54:20 +00:00
parent 5405017564
commit c85005dec1
1 changed files with 1 additions and 1 deletions

View File

@ -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.