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/style-engine/class-wp-style-engine-css-rules-store.php

    r55719 r55725  
    8181     *
    8282     * @since 6.1.0
    83      *
    84      * @return void
    8583     */
    8684    public static function remove_all_stores() {
     
    9492     *
    9593     * @param string $name The store name.
    96      * @return void
    9794     */
    9895    public function set_name( $name ) {
     
    153150     *
    154151     * @param string $selector The CSS selector.
    155      * @return void
    156152     */
    157153    public function remove_rule( $selector ) {
Note: See TracChangeset for help on using the changeset viewer.