Make WordPress Core


Ignore:
Timestamp:
05/02/2022 01:11:07 PM (3 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/src/wp-includes/pomo/translations.php

    r51919 r53331  
    160160         *
    161161         * @param Object $other Another Translation object, whose translations will be merged in this one (passed by reference).
    162          * @return void
    163162         */
    164163        public function merge_with( &$other ) {
Note: See TracChangeset for help on using the changeset viewer.