Make WordPress Core

Changeset 44922

Timestamp:
03/17/2019 12:22:10 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Correct @param name in setExpectedIncorrectUsage() DocBlock.

Props yoavf.
Fixes #46546.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/includes/abstract-testcase.php

    r44916 r44922  
    520520     * @since 4.2.0
    521521     *
    522      * @param string $deprecated Name of the function, method, or class that appears in the first argument of the
    523      *                           source `_doing_it_wrong()` call.
     522     * @param string $d Name of the function, method, or class that appears in the first argument of the
     523     *                           source `_doing_it_wrong()` call.
    524524     */
    525525    public function setExpectedIncorrectUsage( $doing_it_wrong ) {
Note: See TracChangeset for help on using the changeset viewer.