Make WordPress Core


Ignore:
Timestamp:
01/29/2020 12:43:23 AM (6 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/includes/speed-trap-listener.php

    r46882 r47122  
    155155
    156156        if ( 0 === $this->suites && $this->hasSlowTests() ) {
    157             arsort( $this->slow ); // Sort longest running tests to the top
     157            arsort( $this->slow ); // Sort longest running tests to the top.
    158158
    159159            $this->renderHeader();
Note: See TracChangeset for help on using the changeset viewer.