PHPCS: Remove extra spaces added in [44966].

See #44005.

git-svn-id: https://develop.svn.wordpress.org/trunk@44968 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2019-03-21 20:19:16 +00:00
parent c86ff5da2d
commit 393738de41
2 changed files with 2 additions and 2 deletions

View File

@ -1590,7 +1590,7 @@ class Tests_Query_Conditionals extends WP_UnitTestCase {
$this->assertTrue( is_single( $p2 ) );
$this->assertFalse( is_single( $p1 ) );
}
/**
* @ticket 44005
* @group privacy

View File

@ -289,7 +289,7 @@ class Tests_Template extends WP_UnitTestCase {
}
/**
* @ticket 44005
* @ticket 44005
* @group privacy
*/
public function test_privacy_template_hierarchy() {