From 8b8e27782718b95821c59823518c1e34a888d2ae Mon Sep 17 00:00:00 2001 From: spitfire305 Date: Tue, 21 Nov 2023 22:24:12 +0000 Subject: [PATCH] Fix styling --- app/Services/Campaign/ExportService.php | 1 - .../2023_11_19_121322_update_campaign_exports_add_progress.php | 3 +-- .../2023_11_21_215234_update_calendars_add_show_birthdays.php | 3 +-- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/app/Services/Campaign/ExportService.php b/app/Services/Campaign/ExportService.php index 9ddf78d8de..e3e821519d 100644 --- a/app/Services/Campaign/ExportService.php +++ b/app/Services/Campaign/ExportService.php @@ -346,7 +346,6 @@ public function fail(): self /** * Each time an element is added to the zip, there is a chance that the progress is increased - * @return void */ protected function progress(): void { diff --git a/database/migrations/2023_11_19_121322_update_campaign_exports_add_progress.php b/database/migrations/2023_11_19_121322_update_campaign_exports_add_progress.php index b84a31791f..9487f06a7b 100644 --- a/database/migrations/2023_11_19_121322_update_campaign_exports_add_progress.php +++ b/database/migrations/2023_11_19_121322_update_campaign_exports_add_progress.php @@ -4,8 +4,7 @@ use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; -return new class extends Migration -{ +return new class () extends Migration { /** * Run the migrations. */ diff --git a/database/migrations/2023_11_21_215234_update_calendars_add_show_birthdays.php b/database/migrations/2023_11_21_215234_update_calendars_add_show_birthdays.php index 2bf231048b..d1afed39d0 100644 --- a/database/migrations/2023_11_21_215234_update_calendars_add_show_birthdays.php +++ b/database/migrations/2023_11_21_215234_update_calendars_add_show_birthdays.php @@ -4,8 +4,7 @@ use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; -return new class extends Migration -{ +return new class () extends Migration { /** * Run the migrations. */