From c43b3d56342d67b420e29cb21718d8142dea10f9 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Mon, 16 Sep 2024 11:10:07 +0000 Subject: [PATCH] Apply fixes from StyleCI --- tests/integration/api/ChangeVoteTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/api/ChangeVoteTest.php b/tests/integration/api/ChangeVoteTest.php index f8d5ad49..df36438c 100644 --- a/tests/integration/api/ChangeVoteTest.php +++ b/tests/integration/api/ChangeVoteTest.php @@ -150,7 +150,7 @@ public function user_without_permission_cannot_change_vote_on_no_change_poll() /** * @test - * + * * @dataProvider usersWhoCanChangeVote */ public function user_with_permission_can_change_vote_on_change_poll(int $userId)