Make WordPress Core


Ignore:
Timestamp:
11/26/2017 11:56:25 PM (7 years ago)
Author:
pento
Message:

General: Fix some precision alignment formatting warnings.

The WPCS WordPress.WhiteSpace.PrecisionAlignment rule throws warnings for a bunch of code that will likely cause issues for wpcbf. Fixing these manually beforehand gives us better auto-fixed results later.

See #41057.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/http/http.php

    r41367 r42228  
    128128        );
    129129        /*
    130         Untestable edge cases in various PHP:
    131           - ///example.com - Fails in PHP >= 5.4.7, assumed path in <5.4.7
    132           - ://example.com - assumed path in PHP >= 5.4.7, fails in <5.4.7
    133         */
     130         * Untestable edge cases in various PHP:
     131         * - ///example.com - Fails in PHP >= 5.4.7, assumed path in <5.4.7
     132         * - ://example.com - assumed path in PHP >= 5.4.7, fails in <5.4.7
     133         */
    134134    }
    135135
Note: See TracChangeset for help on using the changeset viewer.