Make WordPress Core


Ignore:
Timestamp:
02/19/2022 01:25:05 PM (3 years ago)
Author:
SergeyBiryukov
Message:

Docs: Correct parameter types for data_wp_validate_boolean().

Follow-up to [46159], [46224], [52775], [52776].

See #54725, #54729.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/functions/cleanupHeaderComment.php

    r49006 r52777  
    1616     * @dataProvider data_cleanup_header_comment
    1717     *
    18      * @param string $test_string
    19      * @param string $expected
     18     * @param string $test_string Test string.
     19     * @param string $expected    Expected return value.
    2020     */
    2121    public function test_cleanup_header_comment( $test_string, $expected ) {
Note: See TracChangeset for help on using the changeset viewer.