Merge pull request #4621 from atif-shaikh/CRM-15589
[civicrm-core.git] / CRM / Utils / ICalendar.php
index 3bef59fdb4b9f333613cb6931a1a96eff3ae0fc9..b65cf36aa2ec4fb2044a7c505375f8d7ce6142bb 100644 (file)
@@ -85,7 +85,6 @@ class CRM_Utils_ICalendar {
   }
 
   /**
-   *
    * Send the ICalendar to the browser with the specified content type
    * - 'text/calendar' : used for downloaded ics file
    * - 'text/plain'    : used for iCal formatted feed
@@ -94,17 +93,11 @@ class CRM_Utils_ICalendar {
    * @access public
    *
    * @param string $calendar The calendar data to be published.
-   *
    * @param string $content_type
-   *
-   * @param string $charset The character set to use, defaults to
-   * 'us-ascii'.
-   *
-   * @param null $fileName
+   * @param string $charset The character set to use, defaults to 'us-ascii'.
+   * @param string $fileName The file name (for downloads)
    * @param string $disposition How the file should be sent ('attachment' for downloads)
    *
-   * @internal param string $filename The file name (for downloads)
-   *
    * @return void
    */
   static function send($calendar, $content_type = 'text/calendar', $charset = 'us-ascii', $fileName = NULL, $disposition = NULL) {