We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f636bc commit 63ea4ddCopy full SHA for 63ea4dd
src/PaymentPart/Output/AbstractOutput.php
@@ -32,7 +32,7 @@ public function getLanguage(): ?string
32
}
33
34
/**
35
- * @deprecated Will be removed in next major release. Use setDisplayOptions() instead.
+ * @deprecated Will be removed in v5. Use setDisplayOptions() instead.
36
*/
37
public function setPrintable(bool $printable): static
38
{
@@ -42,7 +42,7 @@ public function setPrintable(bool $printable): static
42
43
44
45
- * @deprecated Will be removed in next major release. Use getDisplayOptions() instead.
+ * @deprecated Will be removed in v5. Use getDisplayOptions() instead.
46
47
public function isPrintable(): bool
48
0 commit comments