Make WordPress Core

Changeset 44923


Ignore:
Timestamp:
03/17/2019 01:10:44 PM (7 years ago)
Author:
SergeyBiryukov
Message:

Docs: Add missing article in setExpectedDeprecated() DocBlock.

See #46543.

File:
1 edited

Legend:

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

    r44922 r44923  
    509509         *
    510510         * @param string $deprecated Name of the function, method, class, or argument that is deprecated. Must match
    511          *                           first parameter of the `_deprecated_function()` or `_deprecated_argument()` call.
     511         *                           the first parameter of the `_deprecated_function()` or `_deprecated_argument()` call.
    512512         */
    513513        public function setExpectedDeprecated( $deprecated ) {
     
    520520         * @since 4.2.0
    521521         *
    522          * @param string $doing_it_wrong Name of the function, method, or class that appears in the first argument of the
    523          *                               source `_doing_it_wrong()` call.
     522         * @param string $doing_it_wrong Name of the function, method, or class that appears in the first argument
     523         *                               of the source `_doing_it_wrong()` call.
    524524         */
    525525        public function setExpectedIncorrectUsage( $doing_it_wrong ) {
Note: See TracChangeset for help on using the changeset viewer.