INFRA-132 - Change "else if" to "elseif"
[civicrm-core.git] / CRM / Utils / PDF / Label.php
index d2f43e0689993b1f197a32953e4622475970f0bf..8893b2a29da717ecdb68ee6f0ef71ec297872235 100644 (file)
@@ -93,11 +93,11 @@ class CRM_Utils_PDF_Label extends TCPDF {
   /**
    * Constructor
    *
-   * @param $format   Either the name of a Label Format in the Option Value table
+   * @param $format
+   *   Either the name of a Label Format in the Option Value table.
    *                  or an array of Label Format values.
    * @param string|\Unit $unit Unit of measure for the PDF document
    *
-   * @access public
    */
   public function __construct($format, $unit = 'mm') {
     if (is_array($format)) {
@@ -271,7 +271,6 @@ class CRM_Utils_PDF_Label extends TCPDF {
       'dejavusans' => ts('Deja Vu Sans (UTF-8)'),
     );
 
-
     // Check to see if we have any additional fonts to add. You can specify more fonts in
     // civicrm.settings.php via: $config['CiviCRM Preferences']['additional_fonts']
     // CRM-13307
@@ -290,4 +289,3 @@ class CRM_Utils_PDF_Label extends TCPDF {
     return $list;
   }
 }
-