💡 Ad deprecation comment to a property

This commit is contained in:
Philipp Stracker 2025-03-05 15:19:37 +01:00
parent f014539a95
commit 29ad91f515
No known key found for this signature in database

View file

@ -18,6 +18,10 @@ class PartnerReferralsData {
/**
* The DCC Applies Helper object.
*
* @deprecated Deprecates with the new UI. In this class, the products are
* always explicit, and should not be deducted from the
* DccApplies state at this point.
* Remove this with the legacy UI code.
* @var DccApplies
*/
private DccApplies $dcc_applies;