From 361d9d0986fdf5014eaa56af7c106725507410e7 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 16 Dec 2024 09:11:39 +0000 Subject: [PATCH] Autocommit PHP CS Fixer --- controllers/rest/PollsController.php | 1 + helpers/RestDefinitions.php | 1 + migrations/m180327_125017_show_result_after_close.php | 1 + tests/codeception/_bootstrap.php | 1 + tests/codeception/acceptance/_bootstrap.php | 1 + tests/codeception/api/_bootstrap.php | 1 + tests/codeception/functional/_bootstrap.php | 1 + tests/codeception/unit/_bootstrap.php | 1 + tests/config/api.php | 1 + tests/config/common.php | 1 + tests/config/functional.php | 1 + tests/config/unit.php | 1 + 12 files changed, 12 insertions(+) diff --git a/controllers/rest/PollsController.php b/controllers/rest/PollsController.php index 33d06e6..fdf0eb2 100644 --- a/controllers/rest/PollsController.php +++ b/controllers/rest/PollsController.php @@ -1,4 +1,5 @@