Make WordPress Core


Ignore:
Timestamp:
07/07/2021 10:50:43 AM (3 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/post/getPages.php

    r51367 r51368  
    278278            )
    279279        );
    280         $this->assertCount( 3,  get_pages( array( 'meta_key' => 'some-meta-key' ) ) );
     280        $this->assertCount( 3, get_pages( array( 'meta_key' => 'some-meta-key' ) ) );
    281281    }
    282282
Note: See TracChangeset for help on using the changeset viewer.