Make WordPress Core


Ignore:
Timestamp:
07/23/2020 07:59:16 PM (4 years ago)
Author:
johnbillion
Message:

Docs: First pass at some inline docs fixes mostly made by PHPCBF.

See #49572, #50744

File:
1 edited

Legend:

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

    r48576 r48586  
    172172
    173173    /**
    174      * @param int $max_w
    175      * @param int $max_h
     174     * @param int        $max_w
     175     * @param int        $max_h
    176176     * @param bool|array $crop
    177177     * @return resource|WP_Error
     
    416416
    417417    /**
    418      * @param resource $image
     418     * @param resource    $image
    419419     * @param string|null $filename
    420420     * @param string|null $mime_type
     
    500500     *
    501501     * @param string|stream $filename
    502      * @param callable $function
    503      * @param array $arguments
     502     * @param callable      $function
     503     * @param array         $arguments
    504504     * @return bool
    505505     */
Note: See TracChangeset for help on using the changeset viewer.