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-imagick.php

    r48102 r48110  
    242242     * @since 3.5.0
    243243     *
    244      * @param  int|null $max_w Image width.
    245      * @param  int|null $max_h Image height.
    246      * @param  bool     $crop
     244     * @param int|null $max_w Image width.
     245     * @param int|null $max_h Image height.
     246     * @param bool     $crop
    247247     * @return bool|WP_Error
    248248     */
Note: See TracChangeset for help on using the changeset viewer.