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/xmlrpc/wp/getComment.php

    r46586 r47122  
    5454        $this->assertNotIXRError( $result );
    5555
    56         // Check data types
     56        // Check data types.
    5757        $this->assertInternalType( 'string', $result['user_id'] );
    5858        $this->assertInternalType( 'string', $result['comment_id'] );
     
    7070        $this->assertInternalType( 'string', $result['type'] );
    7171
    72         // Check expected values
     72        // Check expected values.
    7373        $this->assertStringMatchesFormat( '%d', $result['user_id'] );
    7474        $this->assertStringMatchesFormat( '%d', $result['comment_id'] );
Note: See TracChangeset for help on using the changeset viewer.