Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nckrtl committed May 8, 2024
2 parents 0031ccc + e5a43ce commit 87da453
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fix-php-code-style-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/DTO/Vacancy.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 87da453

Please sign in to comment.