Skip to content

Commit

Permalink
Fix static analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
gitwilliam committed Aug 23, 2023
1 parent 3ffa95d commit 0e33a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/PaymentMethod.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public function setName(string $name): self
return $this;
}

public function getType(): string
public function getType(): string|null
{
return $this->type;
}
Expand Down

0 comments on commit 0e33a65

Please sign in to comment.