Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
Fix PHPstan lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ShockedPlot7560 committed Sep 30, 2021
1 parent 4b69653 commit 9d57db3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function getAmount(): int {
return $this->amount;
}

public function getType(): string {
public function getType(): int {
return $this->type;
}

Expand Down

0 comments on commit 9d57db3

Please sign in to comment.