Merge pull request #4391 from seamuslee001/master
[civicrm-core.git] / CRM / Activity / BAO / ICalendar.php
index dc90a1c831289583fa9803dc024f4faa5dec7b23..3c5ea3cb8ef1e5ad7791733c9af56c81562c5d18 100644 (file)
@@ -109,6 +109,9 @@ class CRM_Activity_BAO_ICalendar {
   }
 
   // TODO: Is there a better way to do this?
+  /**
+   * @return string
+   */
   private function getPrimaryEmail() {
     $session = &CRM_Core_Session::singleton();
     $uid = $session->get('userID');