(NFC) update CRM/Contribute to be the new coder standard
[civicrm-core.git] / CRM / Contribute / BAO / Product.php
index 55915eb270000c10e7fea40d906aca9ca76d29b7..f3505f972cfc907e3951a8a0f7bf24ca9d1a684b 100644 (file)
@@ -34,8 +34,9 @@ class CRM_Contribute_BAO_Product extends CRM_Contribute_DAO_Product {
 
   /**
    * Static holder for the default LT.
+   * @var int
    */
-  static $_defaultContributionType = NULL;
+  public static $_defaultContributionType = NULL;
 
   /**
    * Class constructor.