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/includes/factory/class-wp-unittest-factory-for-bookmark.php

    r40968 r42343  
    1919        $this->default_generation_definitions = array(
    2020            'link_name' => new WP_UnitTest_Generator_Sequence( 'Bookmark name %s' ),
    21             'link_url' => new WP_UnitTest_Generator_Sequence( 'Bookmark URL %s' ),
     21            'link_url'  => new WP_UnitTest_Generator_Sequence( 'Bookmark URL %s' ),
    2222        );
    2323    }
Note: See TracChangeset for help on using the changeset viewer.