Docs: Formatting corrections for various docblocks.

See #54729


git-svn-id: https://develop.svn.wordpress.org/trunk@53317 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn
2022-04-29 19:22:56 +00:00
parent 08fb48315a
commit 09cdb9a9bf
6 changed files with 35 additions and 34 deletions

View File

@@ -109,7 +109,7 @@ abstract class WP_Image_Editor {
* @param array $sizes {
* An array of image size arrays. Default sizes are 'small', 'medium', 'large'.
*
* @type array $size {
* @type array ...$0 {
* @type int $width Image width.
* @type int $height Image height.
* @type bool $crop Optional. Whether to crop the image. Default false.