Make WordPress Core


Ignore:
Timestamp:
01/29/2020 12:43:23 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Improve inline comments per the documentation standards.

Includes minor code layout fixes for better readability.

See #48303.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/includes/helpers.php

    r46586 r47122  
    1111        return array(
    1212            array(
    13                 array( 1, 2, 3 ), // test expected
    14                 array( 1, 2, 3 ), // test actual
    15                 false,             // exception expected
     13                array( 1, 2, 3 ), // Test expected.
     14                array( 1, 2, 3 ), // Test actual.
     15                false,            // Exception expected.
    1616            ),
    1717            array(
     
    7272        return array(
    7373            array(
    74                 array( 1, 2, 3 ), // test expected
    75                 array( 1, 2, 3 ), // test actual
    76                 false,             // exception expected
     74                array( 1, 2, 3 ), // Test expected.
     75                array( 1, 2, 3 ), // Test actual.
     76                false,            // Exception expected.
    7777            ),
    7878            array(
Note: See TracChangeset for help on using the changeset viewer.