Skip to content

Commit

Permalink
Improve wording in existing deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
sprain committed Dec 7, 2024
1 parent 8f636bc commit 63ea4dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PaymentPart/Output/AbstractOutput.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function getLanguage(): ?string
}

/**
* @deprecated Will be removed in next major release. Use setDisplayOptions() instead.
* @deprecated Will be removed in v5. Use setDisplayOptions() instead.
*/
public function setPrintable(bool $printable): static
{
Expand All @@ -42,7 +42,7 @@ public function setPrintable(bool $printable): static
}

/**
* @deprecated Will be removed in next major release. Use getDisplayOptions() instead.
* @deprecated Will be removed in v5. Use getDisplayOptions() instead.
*/
public function isPrintable(): bool
{
Expand Down

0 comments on commit 63ea4dd

Please sign in to comment.