From 393738de41908d35aad137a014a12cc89ed09ce7 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 21 Mar 2019 20:19:16 +0000 Subject: [PATCH] PHPCS: Remove extra spaces added in [44966]. See #44005. git-svn-id: https://develop.svn.wordpress.org/trunk@44968 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/phpunit/tests/query/conditionals.php | 2 +- tests/phpunit/tests/template.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/phpunit/tests/query/conditionals.php b/tests/phpunit/tests/query/conditionals.php index c3483e1d26..fc34496070 100644 --- a/tests/phpunit/tests/query/conditionals.php +++ b/tests/phpunit/tests/query/conditionals.php @@ -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 diff --git a/tests/phpunit/tests/template.php b/tests/phpunit/tests/template.php index 9e6e5a1ffa..7178d7a3cd 100644 --- a/tests/phpunit/tests/template.php +++ b/tests/phpunit/tests/template.php @@ -289,7 +289,7 @@ class Tests_Template extends WP_UnitTestCase { } /** - * @ticket 44005 + * @ticket 44005 * @group privacy */ public function test_privacy_template_hierarchy() {