Make WordPress Core


Ignore:
Timestamp:
01/18/2019 02:14:24 AM (6 years ago)
Author:
pento
Message:

Build Tools: Upgrade WPCS to 2.0.0.

A few sniffs have been renamed, this change includes the relevant phpcs:ignore comment updates.

Fixes #46002.

File:
1 edited

Legend:

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

    r44611 r44645  
    200200     */
    201201    public function test_user_unset() {
    202         // phpcs:disable WordPress.NamingConventions.ValidVariableName.NotSnakeCaseMemberVar
     202        // phpcs:disable WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase
    203203        $user = new WP_User( self::$author_id );
    204204
Note: See TracChangeset for help on using the changeset viewer.