Make WordPress Core


Ignore:
Timestamp:
06/20/2020 12:57:00 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Remove extra spaces from @param tags.

Per the documentation standards, @param tags should be aligned with each other, but not with the @return tag.

See #49572.

File:
1 edited

Legend:

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

    r47122 r48110  
    147147     * @since 3.5.0
    148148     *
    149      * @param  int|null $max_w Image width.
    150      * @param  int|null $max_h Image height.
    151      * @param  bool     $crop
     149     * @param int|null $max_w Image width.
     150     * @param int|null $max_h Image height.
     151     * @param bool     $crop
    152152     * @return true|WP_Error
    153153     */
Note: See TracChangeset for help on using the changeset viewer.