Make WordPress Core


Ignore:
Timestamp:
05/06/2023 11:38:17 AM (19 months 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/style-engine/class-wp-style-engine.php

    r55719 r55725  
    289289     * @param string   $css_selector     When a selector is passed, the function will return a full CSS rule `$selector { ...rules }`, otherwise a concatenated string of properties and values.
    290290     * @param string[] $css_declarations An associative array of CSS definitions, e.g., `array( "$property" => "$value", "$property" => "$value" )`.
    291      * @return void
    292291     */
    293292    public static function store_css_rule( $store_name, $css_selector, $css_declarations ) {
Note: See TracChangeset for help on using the changeset viewer.