Make WordPress Core


Ignore:
Timestamp:
11/26/2017 11:56:25 PM (6 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/canonical/pageOnFront.php

    r38398 r42228  
    3232         * [3]: (optional) The ticket the test refers to, Can be skipped if unknown.
    3333         */
    34          return array(
     34        return array(
    3535            // Check against an odd redirect
    3636            array( '/page/2/', '/page/2/' ),
     
    4444            array( '/front-page/?page=2', '/page/2/' ),
    4545            array( '/blog-page/?paged=2', '/blog-page/page/2/' ),
    46          );
     46        );
    4747    }
    4848}
Note: See TracChangeset for help on using the changeset viewer.