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/formatting/SanitizePost.php

    r35242 r42343  
    1010     */
    1111    function test_int_fields() {
    12         $post = self::factory()->post->create_and_get();
     12        $post       = self::factory()->post->create_and_get();
    1313        $int_fields = array(
    1414            'ID'            => 'integer',
Note: See TracChangeset for help on using the changeset viewer.