Make WordPress Core


Ignore:
Timestamp:
05/06/2023 11:38:17 AM (2 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 [52049], [52051], [53331], [54156], [54214], [55203], [55719].

See #57840.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/html-api/class-wp-html-tag-processor.php

    r55724 r55725  
    12591259     *
    12601260     * @since 6.2.0
    1261      *
    1262      * @return void
    12631261     */
    12641262    private function skip_whitespace() {
     
    12701268     *
    12711269     * @since 6.2.0
    1272      *
    1273      * @return void
    12741270     */
    12751271    private function after_tag() {
     
    12901286     * @see WP_HTML_Tag_Processor::$lexical_updates
    12911287     * @see WP_HTML_Tag_Processor::$classname_updates
    1292      *
    1293      * @return void
    12941288     */
    12951289    private function class_name_updates_to_attributes_updates() {
     
    21842178     *     @type string      $tag_closers  "visit" or "skip": whether to stop on tag closers, e.g. </div>.
    21852179     * }
    2186      * @return void
    21872180     */
    21882181    private function parse_query( $query ) {
Note: See TracChangeset for help on using the changeset viewer.