Merge pull request #2326 from eileenmcnaughton/CRM-14069
[civicrm-core.git] / CRM / Core / BAO / Persistent.php
index b9bdba1f502cc2bb0d0f083b2415815922dc1fc7..aabbdf5ba053f39e746702b83fe4f016aaf780d6 100644 (file)
@@ -85,6 +85,12 @@ class CRM_Core_BAO_Persistent extends CRM_Core_DAO_Persistent {
     return $persistentDAO;
   }
 
+  /**
+   * @param $context
+   * @param null $name
+   *
+   * @return mixed
+   */
   static function getContext($context, $name = NULL) {
     static $contextNameData = array();