Make WordPress Core


Ignore:
Timestamp:
07/07/2021 10:50:43 AM (4 years ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Fix WPCS issues in [51367].

This fixes an "Expected 1 space after comma in argument list; 2 found" error.

See #53363.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/query/metaQuery.php

    r51367 r51368  
    17051705
    17061706        $posts = get_posts( array( 'meta_value' => '0' ) );
    1707         $this->assertCount( 5,  $posts );
     1707        $this->assertCount( 5, $posts );
    17081708        foreach ( $posts as $post ) {
    17091709            $this->assertInstanceOf( 'WP_Post', $post );
Note: See TracChangeset for help on using the changeset viewer.