From c39d816991b8392ce36471163579e490be0dc0b7 Mon Sep 17 00:00:00 2001 From: Allen Benny <48691514+officiallygod@users.noreply.github.com> Date: Tue, 24 Sep 2024 12:26:53 +0530 Subject: [PATCH 1/3] Update lint-check-php.yml --- .github/workflows/lint-check-php.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-check-php.yml b/.github/workflows/lint-check-php.yml index 1ef8d6a..e783a6d 100644 --- a/.github/workflows/lint-check-php.yml +++ b/.github/workflows/lint-check-php.yml @@ -26,7 +26,7 @@ jobs: - name: Setup PHP uses: shivammathur/setup-php@v2 with: - php-version: '8.1' + php-version: '8.4' coverage: none tools: composer, cs2pr From 0cf14a781419686230637b1396340f1143131e19 Mon Sep 17 00:00:00 2001 From: Allen Benny <48691514+officiallygod@users.noreply.github.com> Date: Tue, 24 Sep 2024 12:27:43 +0530 Subject: [PATCH 2/3] Update Data.php --- includes/Data.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/Data.php b/includes/Data.php index 04f5713..ac5783c 100644 --- a/includes/Data.php +++ b/includes/Data.php @@ -11,6 +11,7 @@ * CRUD methods for Onboarding config for use in API, CLI and runtime. */ final class Data { + /** * Runtime data for Onboarding application */ From 2fb3a098d20df90a0ddba15cb5f6cbdfda830f35 Mon Sep 17 00:00:00 2001 From: Allen Benny <48691514+officiallygod@users.noreply.github.com> Date: Tue, 24 Sep 2024 12:29:19 +0530 Subject: [PATCH 3/3] Update Data.php --- includes/Data.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/Data.php b/includes/Data.php index ac5783c..04f5713 100644 --- a/includes/Data.php +++ b/includes/Data.php @@ -11,7 +11,6 @@ * CRUD methods for Onboarding config for use in API, CLI and runtime. */ final class Data { - /** * Runtime data for Onboarding application */