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/http/remoteRetrieveHeaders.php

    r37907 r42343  
    1010     */
    1111    function test_remote_retrieve_headers_valid_response() {
    12         $headers = 'headers_data';
     12        $headers  = 'headers_data';
    1313        $response = array( 'headers' => $headers );
    1414
     
    3131     */
    3232    function test_remote_retrieve_headers_invalid_response() {
    33         $response = array( 'no_headers' => 'set');
     33        $response = array( 'no_headers' => 'set' );
    3434
    3535        $result = wp_remote_retrieve_headers( $response );
Note: See TracChangeset for help on using the changeset viewer.