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/includes/bootstrap.php

    r41966 r42228  
    130130class WP_PHPUnit_Util_Getopt extends PHPUnit_Util_Getopt {
    131131    protected $longOptions = array(
    132       'exclude-group=',
    133       'group=',
     132        'exclude-group=',
     133        'group=',
    134134    );
    135135    function __construct( $argv ) {
Note: See TracChangeset for help on using the changeset viewer.