From 82d72c3b0aa6e92a50e09a0c17038de4e4de8c7a Mon Sep 17 00:00:00 2001 From: Sudar Muthu Date: Wed, 19 Sep 2018 04:39:47 +0000 Subject: [PATCH] Apply fixes from StyleCI --- .../Core/Metas/Modules/DeleteCommentMetaModuleTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/wp-unit/include/Core/Metas/Modules/DeleteCommentMetaModuleTest.php b/tests/wp-unit/include/Core/Metas/Modules/DeleteCommentMetaModuleTest.php index 26aaf31fc..2c6aa09a6 100644 --- a/tests/wp-unit/include/Core/Metas/Modules/DeleteCommentMetaModuleTest.php +++ b/tests/wp-unit/include/Core/Metas/Modules/DeleteCommentMetaModuleTest.php @@ -422,9 +422,9 @@ public function provide_data_to_test_that_comment_meta_from_multiple_comments_ca * * @see https://github.com/sudar/bulk-delete/issues/515 for details. * - * @param array $setup create posts, comments and meta params. + * @param array $setup create posts, comments and meta params. * @param array $operation Possible operations. - * @param array $expected expected output. + * @param array $expected expected output. * * @dataProvider provide_data_to_test_that_comment_meta_from_multiple_comments_can_be_deleted_using_value_with_different_operations */