Merge pull request #2371 from mepps/add-softcredit-js-fix
[civicrm-core.git] / CRM / Admin / Form / Extensions.php
index 3cf817f1130c47f30ddbab94be3dfd72935e47a1..bc539c7e0291f13162195d8500f9c08ebae2ae77 100644 (file)
@@ -42,7 +42,7 @@ class CRM_Admin_Form_Extensions extends CRM_Admin_Form {
   /**
    * Function to for pre-processing
    *
-   * @return None
+   * @return void
    * @access public
    */
   public function preProcess() {
@@ -90,7 +90,7 @@ class CRM_Admin_Form_Extensions extends CRM_Admin_Form {
    *
    * @access public
    *
-   * @return None
+   * @return void
    */
   function setDefaultValues() {
     $defaults = array();
@@ -100,7 +100,7 @@ class CRM_Admin_Form_Extensions extends CRM_Admin_Form {
   /**
    * Function to build the form
    *
-   * @return None
+   * @return void
    * @access public
    */
   public function buildQuickForm() {
@@ -169,7 +169,7 @@ class CRM_Admin_Form_Extensions extends CRM_Admin_Form {
    *
    * @access public
    *
-   * @return None
+   * @return void
    */
   public function postProcess() {
     CRM_Utils_System::flushCache();