Make WordPress Core


Ignore:
Timestamp:
05/25/2019 09:58:18 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Switch to the more common syntax for variadic function documentation.

See #37402

File:
1 edited

Legend:

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

    r44966 r45418  
    909909     * @since 3.8.0 Moved from `Tests_Query_Conditionals` to `WP_UnitTestCase`.
    910910     *
    911      * @param string $prop,... Any number of WP_Query properties that are expected to be true for the current request.
     911     * @param string ...$prop Any number of WP_Query properties that are expected to be true for the current request.
    912912     */
    913913    public function assertQueryTrue() {
Note: See TracChangeset for help on using the changeset viewer.