Make WordPress Core


Ignore:
Timestamp:
04/02/2019 10:21:19 PM (6 years ago)
Author:
SergeyBiryukov
Message:

Docs: Remove an empty line between @param and @return in the tests added in [45101], per documentation coding standards.

See #45029.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/widgets/media-image-widget.php

    r45101 r45103  
    3535        $widget = new WP_Widget_Media_Image();
    3636        $schema = $widget->get_instance_schema();
     37
    3738        $this->assertEqualSets(
    3839            array(
     
    8182     * @param array                 $schema Schema.
    8283     * @param WP_Widget_Media_Image $widget Widget.
    83      *
    8484     * @return array
    8585     */
Note: See TracChangeset for help on using the changeset viewer.