INFRA-132 - CRM/Admin - Convert single-line @param to multi-line
authorTim Otten <totten@civicrm.org>
Tue, 6 Jan 2015 19:41:06 +0000 (11:41 -0800)
committerTim Otten <totten@civicrm.org>
Tue, 6 Jan 2015 23:00:38 +0000 (15:00 -0800)
12 files changed:
CRM/Admin/Form/ContactType.php
CRM/Admin/Form/Extensions.php
CRM/Admin/Form/MailSettings.php
CRM/Admin/Form/Options.php
CRM/Admin/Form/PreferencesDate.php
CRM/Admin/Form/ScheduleReminders.php
CRM/Admin/Form/Setting/Component.php
CRM/Admin/Form/Setting/Mapping.php
CRM/Admin/Form/Setting/Miscellaneous.php
CRM/Admin/Form/Setting/Smtp.php
CRM/Admin/Form/WordReplacements.php
CRM/Admin/Page/Extensions.php

index 80bc08e91046369a7617e632caef98a7d2c9687c..91824e02ba2c560fac11c523d67f293e818ae0b1 100644 (file)
@@ -84,7 +84,8 @@ class CRM_Admin_Form_ContactType extends CRM_Admin_Form {
   /**
    * Global form rule
    *
-   * @param array $fields the input form values
+   * @param array $fields
+   *   The input form values.
    *
    * @param $files
    * @param $self
index 1c614b7cdef769a3ec2a9c55771f189458dc5c8f..f98dbca62b3f90e10da2fb4fb77e011a041ea452 100644 (file)
@@ -151,9 +151,12 @@ class CRM_Admin_Form_Extensions extends CRM_Admin_Form {
   /**
    * Global form rule
    *
-   * @param array $fields  the input form values
-   * @param array $files   the uploaded files if any
-   * @param array $self    this object.
+   * @param array $fields
+   *   The input form values.
+   * @param array $files
+   *   The uploaded files if any.
+   * @param array $self
+   *   This object.
    *
    * @return true if no errors, else an array of errors
    * @static
index cc6a0360560fd53306e148cf8c36de0cc72f1420..67465b6cc1df4a306f4bb38034666f840d0ea286 100644 (file)
@@ -103,7 +103,8 @@ class CRM_Admin_Form_MailSettings extends CRM_Admin_Form {
   /**
    * Global validation rules for the form
    *
-   * @param array $fields posted values of the form
+   * @param array $fields
+   *   Posted values of the form.
    *
    * @return array list of errors to be posted back to the form
    * @static
index e67a05389c86b1b3cc73f95492ded4eb1bf7e29b..770fad68a679d3425c9c3d32cac83249c09e5750 100644 (file)
@@ -320,9 +320,12 @@ class CRM_Admin_Form_Options extends CRM_Admin_Form {
   /**
    * Global form rule
    *
-   * @param array $fields the input form values
-   * @param array $files  the uploaded files if any
-   * @param array $self   current form object.
+   * @param array $fields
+   *   The input form values.
+   * @param array $files
+   *   The uploaded files if any.
+   * @param array $self
+   *   Current form object.
    *
    * @return array array of errors / empty array.
    * @static
index 8ef7666846f3e26ac6c53bb3435eb54effac8417..688681c71384c56c59ced805b4a580b46e6cdc72 100644 (file)
@@ -90,7 +90,8 @@ class CRM_Admin_Form_PreferencesDate extends CRM_Admin_Form {
   /**
    * Global validation rules for the form
    *
-   * @param array  $fields posted values of the form
+   * @param array $fields
+   *   Posted values of the form.
    *
    * @return array    if errors then list of errors to be posted back to the form,
    *                  true otherwise
index c7632114c67d054d4f346a8249e5f79997e35fdf..f6c63ba8245263a717ac5ee659f99d1f8be878da 100644 (file)
@@ -263,7 +263,8 @@ class CRM_Admin_Form_ScheduleReminders extends CRM_Admin_Form {
   /**
    * Global form rule
    *
-   * @param array $fields  the input form values
+   * @param array $fields
+   *   The input form values.
    *
    * @return true if no errors, else array of errors
    * @static
index 36b92a932740e41b61fefd3fff0d1819af7354a8..2182a4b7d3556dad3f4f9fec95e1f6051c3b77e3 100644 (file)
@@ -67,9 +67,12 @@ class CRM_Admin_Form_Setting_Component extends CRM_Admin_Form_Setting {
   /**
    * Global form rule
    *
-   * @param array $fields  the input form values
-   * @param array $files   the uploaded files if any
-   * @param array $options additional user data
+   * @param array $fields
+   *   The input form values.
+   * @param array $files
+   *   The uploaded files if any.
+   * @param array $options
+   *   Additional user data.
    *
    * @return true if no errors, else array of errors
    * @static
index d49b81283aebcf70b4198d71a01f71a0fbbe376d..1ab0839567e4d0a45ff50054c5c959b6ce14a278 100644 (file)
@@ -60,7 +60,8 @@ class CRM_Admin_Form_Setting_Mapping extends CRM_Admin_Form_Setting {
   /**
    * Global form rule
    *
-   * @param array $fields  the input form values
+   * @param array $fields
+   *   The input form values.
    *
    * @return true if no errors, else array of errors
    * @static
index 5572d50857f533a862aa41020de65976e1086031..3e7b4b524ce7f70e883d6e01176fd4dcc10ad2e7 100644 (file)
@@ -120,9 +120,12 @@ class CRM_Admin_Form_Setting_Miscellaneous extends CRM_Admin_Form_Setting {
   /**
    * Global form rule
    *
-   * @param array $fields  the input form values
-   * @param array $files   the uploaded files if any
-   * @param array $options additional user data
+   * @param array $fields
+   *   The input form values.
+   * @param array $files
+   *   The uploaded files if any.
+   * @param array $options
+   *   Additional user data.
    *
    * @return true if no errors, else array of errors
    * @static
index 59ad651d90166e51965d846348b52362588e0e3e..e567163f82db6f6c096358fd6be95a2ef6c64ff7 100644 (file)
@@ -201,7 +201,8 @@ class CRM_Admin_Form_Setting_Smtp extends CRM_Admin_Form_Setting {
   /**
    * Global validation rules for the form
    *
-   * @param   array  $fields   posted values of the form
+   * @param array $fields
+   *   Posted values of the form.
    *
    * @return  array  list of errors to be posted back to the form
    * @static
index a1221c937a03d08314003a1674ad6194ea9c6f4a..a6054baf948a4afe9679d5cfb48f02595e1bd29f 100644 (file)
@@ -176,7 +176,8 @@ class CRM_Admin_Form_WordReplacements extends CRM_Core_Form {
   /**
    * Global validation rules for the form
    *
-   * @param array $values posted values of the form
+   * @param array $values
+   *   Posted values of the form.
    *
    * @return array list of errors to be posted back to the form
    * @static
index 2e418b902214cc55216a4c3982582b66ad310707..c357b1be54d118da06e239921985aec02f91eba7 100644 (file)
@@ -268,7 +268,8 @@ class CRM_Admin_Page_Extensions extends CRM_Core_Page_Basic {
   /**
    * Get userContext params
    *
-   * @param int $mode mode that we are in
+   * @param int $mode
+   *   Mode that we are in.
    *
    * @return string
    */