From 00e5cababe019f6f2def36615fa2c5dd81e190e5 Mon Sep 17 00:00:00 2001 From: nckrtl Date: Wed, 24 Jan 2024 08:40:24 +0000 Subject: [PATCH 1/2] Fix styling --- src/DTO/Vacancy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DTO/Vacancy.php b/src/DTO/Vacancy.php index e2ac417..3ee0db4 100644 --- a/src/DTO/Vacancy.php +++ b/src/DTO/Vacancy.php @@ -44,7 +44,7 @@ public function __construct( ) { } - public static function fromResponse(Response $response, string $dtoType = null): self|VacancyForForStoreOrUpdate + public static function fromResponse(Response $response, ?string $dtoType = null): self|VacancyForForStoreOrUpdate { $data = $response->json(); From eab3344e78f9725b57bed7b50e6c50901e316f07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 00:54:19 +0000 Subject: [PATCH 2/2] Bump aglipanci/laravel-pint-action from 2.3.1 to 2.4 Bumps [aglipanci/laravel-pint-action](https://github.com/aglipanci/laravel-pint-action) from 2.3.1 to 2.4. - [Release notes](https://github.com/aglipanci/laravel-pint-action/releases) - [Commits](https://github.com/aglipanci/laravel-pint-action/compare/2.3.1...2.4) --- updated-dependencies: - dependency-name: aglipanci/laravel-pint-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/fix-php-code-style-issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fix-php-code-style-issues.yml b/.github/workflows/fix-php-code-style-issues.yml index 6dcf6d6..cc11548 100644 --- a/.github/workflows/fix-php-code-style-issues.yml +++ b/.github/workflows/fix-php-code-style-issues.yml @@ -19,7 +19,7 @@ jobs: ref: ${{ github.head_ref }} - name: Fix PHP code style issues - uses: aglipanci/laravel-pint-action@2.3.1 + uses: aglipanci/laravel-pint-action@2.4 - name: Commit changes uses: stefanzweifel/git-auto-commit-action@v4