Skip to content

Commit

Permalink
style: apply fixes from ECS
Browse files Browse the repository at this point in the history
  • Loading branch information
owenvoke authored Sep 28, 2024
1 parent 671729f commit d98e4f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Services/CreateExportDTO.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public function getArgs(): array
return $this->args;
}

public function getImpersonatorId(): ?int
public function getImpersonatorId(): int|null
{
return $this->impersonatorId;
}
Expand Down

0 comments on commit d98e4f6

Please sign in to comment.