Skip to content

Commit

Permalink
fixup! enh: add notification for quota depletion
Browse files Browse the repository at this point in the history
  • Loading branch information
miaulalala committed Jul 20, 2023
1 parent 8700ae7 commit 9afe9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Account.php
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ public function calculateAndSetQuotaPercentage(Service\Quota $quota): void {
$this->account->setQuotaPercentage($percentage);
}

public function getQuotaPercentage(): int {
public function getQuotaPercentage(): ?int {
return $this->account->getQuotaPercentage();
}
}

0 comments on commit 9afe9ca

Please sign in to comment.