Merge pull request #5077 from eileenmcnaughton/comment-full-stops
[civicrm-core.git] / CRM / Admin / Form / Extensions.php
index c7d142ea701a3bd36e55f480f0c04b785bc064b8..1d55aeb9ac3da5bc6b261164739452476682b5a5 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        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -159,7 +159,6 @@ class CRM_Admin_Form_Extensions extends CRM_Admin_Form {
    *
    * @return bool|array
    *   true if no errors, else an array of errors
-   * @static
    */
   public static function formRule($fields, $files, $self) {
     $errors = array();
@@ -222,4 +221,5 @@ class CRM_Admin_Form_Extensions extends CRM_Admin_Form {
       )
     );
   }
+
 }