comment fixes
[civicrm-core.git] / CRM / Core / BAO / PdfFormat.php
index 94dfc47fdbe9158fe98ab215a17a350c74ec061d..ccdbe4a9f064caf09e3fe14a64785a734278fe97 100644 (file)
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
  */
 
 /**
- * This class contains functions for managing PDF Page Formats
+ * This class contains functions for managing PDF Page Formats.
  */
 class CRM_Core_BAO_PdfFormat extends CRM_Core_DAO_OptionValue {
 
@@ -144,8 +142,6 @@ class CRM_Core_BAO_PdfFormat extends CRM_Core_DAO_OptionValue {
    * @param array (reference) $list List of PDF Page Formats
    * @param string $returnURL
    *   URL of page calling this function.
-   *
-   * @return void
    */
   public static function addOrder(&$list, $returnURL) {
     $filter = "option_group_id = " . self::_getGid();
@@ -324,11 +320,9 @@ class CRM_Core_BAO_PdfFormat extends CRM_Core_DAO_OptionValue {
   /**
    * Save the PDF Page Format in the DB.
    *
-   * @param array (reference) $values associative array of name/value pairs
+   * @param array $values associative array of name/value pairs
    * @param int $id
    *   Id of the database record (null = new record).
-   *
-   * @return void
    */
   public function savePdfFormat(&$values, $id = NULL) {
     // get the Option Group ID for PDF Page Formats (create one if it doesn't exist)