Make WordPress Core


Ignore:
Timestamp:
01/12/2019 06:05:55 AM (5 years ago)
Author:
pento
Message:

Coding Standards: Fix and whitelist variable names.

From the WordPress.NamingConventions.ValidVariableName sniff, this commit fixes/whitelists all NotSnakeCaseMemberVar, MemberNotSnakeCase, and StringNotSnakeCase violations. It also fixes a handful of the NotSnakeCase violations.

See #45934.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/http/curl.php

    r43571 r44573  
    1616        add_action( 'http_api_curl', array( $this, '_action_test_http_api_curl_stream_parameter_is_a_reference' ), 10, 3 );
    1717        wp_remote_request(
    18             $this->fileStreamUrl,
     18            $this->file_stream_url,
    1919            array(
    2020                'stream'  => true,
Note: See TracChangeset for help on using the changeset viewer.