mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-30 23:30:05 +00:00
Docs: Various docblock corrections for code added in 5.8.
Props johnbillion. See #53461. git-svn-id: https://develop.svn.wordpress.org/trunk@51221 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -326,13 +326,12 @@ abstract class WP_Image_Editor {
|
||||
*
|
||||
* @since 5.8.0
|
||||
*
|
||||
* @param array $output_format {
|
||||
* @param string[] $output_format {
|
||||
* An array of mime type mappings. Maps a source mime type to a new
|
||||
* destination mime type. Default empty array.
|
||||
*
|
||||
* @type array $mime_type The source mime type {
|
||||
* @type string $mime_type The new mime type.
|
||||
* }
|
||||
* @type string ...$0 The new mime type.
|
||||
* }
|
||||
* @param string $filename Path to the image.
|
||||
* @param string $mime_type The source image mime type.
|
||||
* }
|
||||
|
||||
Reference in New Issue
Block a user