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/tests/phpunit/tests/kses.php

    r52969 r53331  
    6262     * @param string $string        Test string for kses.
    6363     * @param string $expect_string Expected result after passing through kses.
    64      * @return void
    6564     */
    6665    public function test_wp_filter_post_kses_a( $string, $expect_string ) {
     
    170169     * @param string $string        Test string for kses.
    171170     * @param string $expect_string Expected result after passing through kses.
    172      * @return void
    173171     */
    174172    public function test_wp_filter_post_kses_abbr( $string, $expect_string ) {
Note: See TracChangeset for help on using the changeset viewer.