Make WordPress Core


Ignore:
Timestamp:
01/11/2019 03:03:08 AM (6 years ago)
Author:
pento
Message:

Coding Standards: Remove PHPCS 2.x @codingStandardsIgnore* ignore syntax.

Props netweb.
Fixes #42808.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/customize/control.php

    r43571 r44559  
    2929        wp_set_current_user( $this->factory()->user->create( array( 'role' => 'administrator' ) ) );
    3030        require_once( ABSPATH . WPINC . '/class-wp-customize-manager.php' );
    31         // @codingStandardsIgnoreStart
    3231        $GLOBALS['wp_customize'] = new WP_Customize_Manager();
    33         // @codingStandardsIgnoreEnd
    34         $this->wp_customize = $GLOBALS['wp_customize'];
     32        $this->wp_customize      = $GLOBALS['wp_customize'];
    3533    }
    3634
Note: See TracChangeset for help on using the changeset viewer.