Make WordPress Core


Ignore:
Timestamp:
05/02/2022 01:11:07 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Remove @return void from various DocBlocks.

Per the documentation standards, it should not be used outside of the default bundled themes.

Follow-up to [38767], [47055], [49697], [50956], [51003], [52069], [53255].

See #54729.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/user/query.php

    r53327 r53331  
    19701970        /**
    19711971         * @ticket 53177
     1972         * @dataProvider data_returning_fields
     1973         *
     1974         * @covers WP_User_Query::prepare_query
    19721975         *
    19731976         * @param $field
    19741977         * @param $expected
    1975          *
    1976          * @return void
    1977          *
    1978          * @dataProvider data_returning_fields
    1979          *
    1980          * @covers WP_User_Query::prepare_query
    19811978         */
    19821979        public function test_returning_fields( $field, $expected_values ) {
     
    21022099         * @ticket 53177
    21032100         *
    2104          * @return void
    2105          *
    21062101         * @covers WP_User_Query::prepare_query
    21072102         */
Note: See TracChangeset for help on using the changeset viewer.