Make WordPress Core


Ignore:
Timestamp:
07/23/2020 07:37:57 AM (4 years ago)
Author:
johnbillion
Message:

Docs: Further corrections and improvements to various inline docblocks.

See #49572

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/formatting/EscXml.php

    r48072 r48576  
    2222     *
    2323     * @return array {
    24      *    @type string $source   The source string to be escaped.
    25      *    @type string $expected The expected escaped value of `$source`.
     24     *     @type string $source   The source string to be escaped.
     25     *     @type string $expected The expected escaped value of `$source`.
    2626     * }
    2727     */
     
    9292     *
    9393     * @return array {
    94      *    @type string $source   The source string to be escaped.
    95      *    @type string $expected The expected escaped value of `$source`.
     94     *     @type string $source   The source string to be escaped.
     95     *     @type string $expected The expected escaped value of `$source`.
    9696     * }
    9797     */
Note: See TracChangeset for help on using the changeset viewer.