Make WordPress Core


Ignore:
Timestamp:
11/30/2017 11:09:33 PM (7 years ago)
Author:
pento
Message:

Code is Poetry.
WordPress' code just... wasn't.
This is now dealt with.

Props jrf, pento, netweb, GaryJ, jdgrimes, westonruter, Greg Sherwood from PHPCS, and everyone who's ever contributed to WPCS and PHPCS.
Fixes #41057.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/xmlrpc/wp/getProfile.php

    r40417 r42343  
    4141
    4242        $expected_fields = array( 'user_id', 'email', 'bio' );
    43         $keys = array_keys( $result );
     43        $keys            = array_keys( $result );
    4444        sort( $expected_fields );
    4545        sort( $keys );
Note: See TracChangeset for help on using the changeset viewer.