Make WordPress Core


Ignore:
Timestamp:
11/24/2021 11:58:20 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Miscellaneous DocBlock corrections.

See #53399.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/admin/includesFile.php

    r52010 r52242  
    8989     * @covers ::download_url
    9090     *
    91      * @param $filter  A callback containing a fake Content-Disposition header.
     91     * @param $filter A callback containing a fake Content-Disposition header.
    9292     */
    9393    public function test_download_url_should_respect_filename_from_content_disposition_header( $filter ) {
     
    175175     * @covers ::download_url
    176176     *
    177      * @param $filter  A callback containing a fake Content-Disposition header.
     177     * @param $filter A callback containing a fake Content-Disposition header.
    178178     */
    179179    public function test_download_url_should_reject_filename_from_invalid_content_disposition_header( $filter ) {
Note: See TracChangeset for help on using the changeset viewer.