Merge pull request #5077 from eileenmcnaughton/comment-full-stops
[civicrm-core.git] / CRM / Admin / Form / Mapping.php
index ed1a99e5a9833097f5b959aaba2a4c99ebadd257..ce3a2ffffc24705f4bb5722f780164b325a60d29 100644 (file)
@@ -23,7 +23,7 @@
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -67,7 +67,7 @@ class CRM_Admin_Form_Mapping extends CRM_Admin_Form {
       );
       $this->addRule('name', ts('Name already exists in Database.'), 'objectExists', array(
           'CRM_Core_DAO_Mapping',
-          $this->_id
+          $this->_id,
         ));
 
       $this->addElement('text', 'description', ts('Description'),