Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
nckrtl authored and github-actions[bot] committed Jan 24, 2024
1 parent 69d7732 commit 00e5cab
Showing 1 changed file with 1 addition and 1 deletion.
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 00e5cab

Please sign in to comment.