From a703ed79cb7e818d039a2e98d962c6a6b7b96a14 Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Sun, 26 May 2019 10:31:43 -0700 Subject: [PATCH] PHPCS --- tests/test-hooks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-hooks.php b/tests/test-hooks.php index b38534b..0f4eb7b 100755 --- a/tests/test-hooks.php +++ b/tests/test-hooks.php @@ -73,7 +73,7 @@ class TestHooks extends WP_UnitTestCase { for ( $i = 0; $i < $iterations; $i++ ) { wp_update_post( [ - 'ID' => $post_id, + 'ID' => $post_id, 'post_content' => wp_rand(), ] ); -- GitLab