Skip to content

Commit 63ea4dd

Browse files
committed
Improve wording in existing deprecations
1 parent 8f636bc commit 63ea4dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/PaymentPart/Output/AbstractOutput.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function getLanguage(): ?string
3232
}
3333

3434
/**
35-
* @deprecated Will be removed in next major release. Use setDisplayOptions() instead.
35+
* @deprecated Will be removed in v5. Use setDisplayOptions() instead.
3636
*/
3737
public function setPrintable(bool $printable): static
3838
{
@@ -42,7 +42,7 @@ public function setPrintable(bool $printable): static
4242
}
4343

4444
/**
45-
* @deprecated Will be removed in next major release. Use getDisplayOptions() instead.
45+
* @deprecated Will be removed in v5. Use getDisplayOptions() instead.
4646
*/
4747
public function isPrintable(): bool
4848
{

0 commit comments

Comments
 (0)