Make WordPress Core


Ignore:
Timestamp:
07/05/2019 05:20:52 AM (7 years ago)
Author:
pento
Message:

Coding Standards: Fix all WordPress.WhiteSpace.PrecisionAlignment issues.

See #47632.

File:
1 edited

Legend:

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

    r45588 r45602  
    13131313                                array(
    13141314                                        // Standard non-image file.
    1315                                          array(
    1316                                                  DIR_TESTDATA . '/formatting/big5.txt',
    1317                                                  'big5.txt',
    1318                                                  array(
    1319                                                          'ext'             => 'txt',
    1320                                                          'type'            => 'text/plain',
    1321                                                          'proper_filename' => false,
    1322                                                  ),
    1323                                          ),
     1315                                        array(
     1316                                                DIR_TESTDATA . '/formatting/big5.txt',
     1317                                                'big5.txt',
     1318                                                array(
     1319                                                        'ext'             => 'txt',
     1320                                                        'type'            => 'text/plain',
     1321                                                        'proper_filename' => false,
     1322                                                ),
     1323                                        ),
    13241324                                        // Non-image file with wrong sub-type.
    13251325                                        array(
Note: See TracChangeset for help on using the changeset viewer.