Make WordPress Core


Ignore:
Timestamp:
06/23/2021 07:04:51 PM (3 years ago)
Author:
desrosj
Message:

Docs: Various docblock corrections for code added in 5.8.

Props johnbillion.
See #53461.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-image-editor.php

    r50951 r51221  
    327327         * @since 5.8.0
    328328         *
    329          * @param array $output_format {
     329         * @param string[] $output_format {
    330330         *     An array of mime type mappings. Maps a source mime type to a new
    331331         *     destination mime type. Default empty array.
    332332         *
    333          *     @type array $mime_type The source mime type {
    334          *         @type string $mime_type The new mime type.
    335          *     }
     333         *     @type string ...$0 The new mime type.
     334         * }
    336335         * @param string $filename  Path to the image.
    337336         * @param string $mime_type The source image mime type.
Note: See TracChangeset for help on using the changeset viewer.