INFRA-132 - Fix comment spacing
authorColeman Watts <coleman@civicrm.org>
Fri, 9 Jan 2015 18:43:03 +0000 (13:43 -0500)
committerColeman Watts <coleman@civicrm.org>
Fri, 9 Jan 2015 18:43:03 +0000 (13:43 -0500)
58 files changed:
CRM/Activity/BAO/ActivityContact.php
CRM/Admin/Form/Setting/Smtp.php
CRM/Badge/BAO/Badge.php
CRM/Campaign/BAO/Petition.php
CRM/Case/BAO/Case.php
CRM/Contact/BAO/ContactType.php
CRM/Contact/BAO/GroupNesting.php
CRM/Contact/Form/Task/Label.php
CRM/Contact/Form/Task/LabelCommon.php
CRM/Core/BAO/Address.php
CRM/Core/BAO/CustomField.php
CRM/Core/BAO/CustomQuery.php
CRM/Core/BAO/EntityTag.php
CRM/Core/BAO/UFField.php
CRM/Core/Form.php
CRM/Core/I18n.php
CRM/Core/QuickForm/GroupMultiSelect.php
CRM/Core/QuickForm/NestedAdvMultiSelect.php
CRM/Core/Report/Excel.php
CRM/Custom/Page/Group.php
CRM/Event/BAO/Event.php
CRM/Event/Badge.php
CRM/Price/BAO/PriceField.php
CRM/Price/BAO/PriceFieldValue.php
CRM/Price/Page/Set.php
CRM/Profile/Form/Edit.php
CRM/Upgrade/Snapshot/V4p2/Price/BAO/Field.php
CRM/Upgrade/Snapshot/V4p2/Price/BAO/FieldValue.php
CRM/Utils/ICalendar.php
CRM/Utils/Rule.php
api/v3/ActivityContact.php
api/v3/Address.php
api/v3/ContributionSoft.php
api/v3/Country.php
api/v3/CustomGroup.php
api/v3/CustomSearch.php
api/v3/Email.php
api/v3/Event.php
api/v3/File.php
api/v3/GroupContact.php
api/v3/GroupNesting.php
api/v3/GroupOrganization.php
api/v3/Im.php
api/v3/Job.php
api/v3/LocationType.php
api/v3/Membership.php
api/v3/MembershipStatus.php
api/v3/MembershipType.php
api/v3/MessageTemplate.php
api/v3/OptionValue.php
api/v3/PaymentProcessor.php
api/v3/Phone/Get.php
api/v3/Relationship.php
api/v3/ReportInstance.php
api/v3/ReportTemplate.php
api/v3/Tag.php
api/v3/Website.php
tests/phpunit/CiviTest/CiviSeleniumTestCase.php

index 78f24532012fbf9f9b735b5fa2902e22b016fc9f..5f76c47624723cae14d725029307d30e9ae1d6d2 100644 (file)
@@ -148,7 +148,7 @@ AND        civicrm_contact.is_deleted = 0
    *       [local_col_name] => "related_tablename:related_col_name"
    *
    *
-   * @return   array|null
+   * @return array|null
    *           array       = if there are links defined for this table.
    *           empty array - if there is a links.ini file, but no links on this table
    *           null        - if no links.ini exists for this database (hence try auto_links).
index f6b282a2ac6138b4efb1ac33775ed7fa8f8da143..8c87d325baa60ac06fb1cabb1a68aa6f40c2a388 100644 (file)
@@ -205,7 +205,7 @@ class CRM_Admin_Form_Setting_Smtp extends CRM_Admin_Form_Setting {
    * @param array $fields
    *   Posted values of the form.
    *
-   * @return  array  list of errors to be posted back to the form
+   * @return array  list of errors to be posted back to the form
    * @static
    */
   public static function formRule($fields) {
index b3e111d2c4ced8dc970ccd647fe996db50f76cdf..b63f5a2ef97972e9423e3b13fd51bec355aed4cf 100644 (file)
@@ -50,7 +50,7 @@ class CRM_Badge_BAO_Badge {
    * @param array $layoutInfo
    *   Associated array which contains meta data about format/layout.
    *
-   * @return  void
+   * @return void
    */
   public function createLabels(&$participants, &$layoutInfo) {
     $this->pdf = new CRM_Utils_PDF_Label($layoutInfo['format'], 'mm');
index 1b36338d589c9d3d1c1795b9026b528117c5f0ac..7055ce1550ab3561ac5530677dff23c9dedf55fb 100644 (file)
@@ -466,7 +466,7 @@ AND         tag_id = ( SELECT id FROM civicrm_tag WHERE name = %2 )";
    * @param object $tag
    *   An object of a tag.
    *
-   * @return  array   $contactIds    array of contact ids
+   * @return array   $contactIds    array of contact ids
    */
   public function getEntitiesByTag($tag) {
     $contactIds = array();
index 4d245fc12ec955f8e60a4cf0b0e5e489e00ff7c1..da805b9dec3499048b5ff8a2106fdb53d1482262 100644 (file)
@@ -292,7 +292,7 @@ class CRM_Case_BAO_Case extends CRM_Case_DAO_Case {
    * @param int $activityId
    *   Activity id.
    *
-   * @return  case subject or null
+   * @return string|null
    * @static
    */
   public static function getCaseSubject($activityId) {
@@ -308,10 +308,9 @@ class CRM_Case_BAO_Case extends CRM_Case_DAO_Case {
    * Get the case type.
    *
    * @param int $caseId
-   *
    * @param string $colName
    *
-   * @return  case type
+   * @return string case type
    * @static
    */
   public static function getCaseType($caseId, $colName = 'title') {
index 2529eb6146bcf493d9981c170c670d1140e81d27..a9c706349770f827fc7ca1ac8287ef0ed0e1db7e 100644 (file)
@@ -71,7 +71,7 @@ class CRM_Contact_BAO_ContactType extends CRM_Contact_DAO_ContactType {
    *
    * @param bool $all
    *
-   * @return  array of basic contact types information.
+   * @return array of basic contact types information.
    * @static
    */
   public static function &basicTypeInfo($all = FALSE) {
@@ -117,7 +117,7 @@ WHERE  parent_id IS NULL
    *
    * @param bool $all
    *
-   * @return  array of basic contact types
+   * @return array of basic contact types
    * @static
    */
   public static function basicTypes($all = FALSE) {
@@ -150,7 +150,7 @@ WHERE  parent_id IS NULL
    * @param bool $ignoreCache
    * @param bool $reset
    *
-   * @return  array of sub type information
+   * @return array of sub type information
    * @static
    */
   public static function &subTypeInfo($contactType = NULL, $all = FALSE, $ignoreCache = FALSE, $reset = FALSE) {
@@ -219,7 +219,7 @@ WHERE  subtype.name IS NOT NULL AND subtype.parent_id IS NOT NULL {$ctWHERE}
    * @param string $columnName
    * @param bool $ignoreCache
    *
-   * @return  array of all subtypes OR list of subtypes associated to
+   * @return array of all subtypes OR list of subtypes associated to
    * a given basic contact type
    * @static
    */
@@ -261,7 +261,7 @@ WHERE  subtype.name IS NOT NULL AND subtype.parent_id IS NOT NULL {$ctWHERE}
    *
    * @param bool $all
    *
-   * @return  array of basic types + all subtypes.
+   * @return array of basic types + all subtypes.
    * @static
    */
   public static function contactTypes($all = FALSE) {
@@ -275,7 +275,7 @@ WHERE  subtype.name IS NOT NULL AND subtype.parent_id IS NOT NULL {$ctWHERE}
    * @param bool $all
    * @param bool $reset
    *
-   * @return  array of basic types + all subtypes.
+   * @return array of basic types + all subtypes.
    * @static
    */
   public static function contactTypeInfo($all = FALSE, $reset = FALSE) {
@@ -451,7 +451,7 @@ AND   ( p.is_active = 1 OR p.id IS NULL )
    *   Contact subType.
    * @param bool $ignoreCache
    *
-   * @return  boolean true if subType, false otherwise.
+   * @return boolean true if subType, false otherwise.
    * @static
    */
   public static function isaSubType($subType, $ignoreCache = FALSE) {
index 04beb39952410a2bf2716002dd114fe7554272d6..0851fb5611b0a41c9c101584f6bbe0bcfeca2672 100644 (file)
@@ -105,6 +105,9 @@ class CRM_Contact_BAO_GroupNesting extends CRM_Contact_DAO_GroupNesting implemen
     $this->_alreadyStyled = FALSE;
   }
 
+  /**
+   * @return mixed
+   */
   public function current() {
     if ($this->_styleLabels &&
       $this->valid() &&
@@ -302,7 +305,7 @@ class CRM_Contact_BAO_GroupNesting extends CRM_Contact_DAO_GroupNesting implemen
    * @param $childID
    *   The id of the child group being removed.
    *
-   * @return           void
+   * @return void
    *
    */
   public static function remove($parentID, $childID) {
@@ -319,7 +322,7 @@ class CRM_Contact_BAO_GroupNesting extends CRM_Contact_DAO_GroupNesting implemen
    * @param int $childID
    *   The id of the child group being removed.
    *
-   * @return           void
+   * @return void
    *
    */
   public static function removeAllParentForChild($childID) {
@@ -337,7 +340,8 @@ class CRM_Contact_BAO_GroupNesting extends CRM_Contact_DAO_GroupNesting implemen
    * @param $childID
    *   The child id of the association.
    *
-   * @return           boolean           True if association is found, false otherwise.
+   * @return boolean
+   *   True if association is found, false otherwise.
    *
    */
   public static function isParentChild($parentID, $childID) {
@@ -357,7 +361,8 @@ class CRM_Contact_BAO_GroupNesting extends CRM_Contact_DAO_GroupNesting implemen
    * @param $groupId
    *   The id of the group to check for child groups.
    *
-   * @return           boolean                True if 1 or more child groups are found, false otherwise.
+   * @return boolean
+   *   True if 1 or more child groups are found, false otherwise.
    *
    */
   public static function hasChildGroups($groupId) {
@@ -378,8 +383,8 @@ class CRM_Contact_BAO_GroupNesting extends CRM_Contact_DAO_GroupNesting implemen
    * @param $groupId
    *   The id of the group to check for parent groups.
    *
-   * @return           boolean                True if 1 or more parent groups are found, false otherwise.
-   *
+   * @return boolean
+   *   True if 1 or more parent groups are found, false otherwise.
    */
   public static function hasParentGroups($groupId) {
     $dao = new CRM_Contact_DAO_GroupNesting();
@@ -400,7 +405,8 @@ class CRM_Contact_BAO_GroupNesting extends CRM_Contact_DAO_GroupNesting implemen
    * @param $checkGroupId
    *   The group id to check if it is a parent of the $groupIds group(s).
    *
-   * @return           boolean                True if $checkGroupId points to a group that is a parent of one of the $groupIds groups, false otherwise.
+   * @return boolean
+   *   True if $checkGroupId points to a group that is a parent of one of the $groupIds groups, false otherwise.
    *
    */
   public static function isParentGroup($groupIds, $checkGroupId) {
@@ -432,7 +438,8 @@ class CRM_Contact_BAO_GroupNesting extends CRM_Contact_DAO_GroupNesting implemen
    * @param $checkGroupId
    *   The group id to check if it is a child of the $groupIds group(s).
    *
-   * @return           boolean                True if $checkGroupId points to a group that is a child of one of the $groupIds groups, false otherwise.
+   * @return boolean
+   *   True if $checkGroupId points to a group that is a child of one of the $groupIds groups, false otherwise.
    *
    */
   public static function isChildGroup($groupIds, $checkGroupId) {
@@ -466,7 +473,8 @@ class CRM_Contact_BAO_GroupNesting extends CRM_Contact_DAO_GroupNesting implemen
    * @param $checkGroupId
    *   The group id to check if it is an ancestor of the $groupIds group(s).
    *
-   * @return           boolean                True if $checkGroupId points to a group that is an ancestor of one of the $groupIds groups, false otherwise.
+   * @return boolean
+   *   True if $checkGroupId points to a group that is an ancestor of one of the $groupIds groups, false otherwise.
    *
    */
   public static function isAncestorGroup($groupIds, $checkGroupId) {
@@ -507,7 +515,8 @@ class CRM_Contact_BAO_GroupNesting extends CRM_Contact_DAO_GroupNesting implemen
    * @param $checkGroupId
    *   The group id to check if it is a descendent of the $groupIds group(s).
    *
-   * @return           boolean                True if $checkGroupId points to a group that is a descendent of one of the $groupIds groups, false otherwise.
+   * @return boolean
+   *   True if $checkGroupId points to a group that is a descendent of one of the $groupIds groups, false otherwise.
    *
    */
   public static function isDescendentGroup($groupIds, $checkGroupId) {
@@ -547,7 +556,8 @@ class CRM_Contact_BAO_GroupNesting extends CRM_Contact_DAO_GroupNesting implemen
    *
    * @param bool $includeSelf
    *
-   * @return array $groupIdArray         List of groupIds that represent the requested group and its ancestors@access public
+   * @return array
+   *   List of groupIds that represent the requested group and its ancestors@access public
    */
   public static function getAncestorGroupIds($groupIds, $includeSelf = TRUE) {
     if (!is_array($groupIds)) {
@@ -583,7 +593,8 @@ class CRM_Contact_BAO_GroupNesting extends CRM_Contact_DAO_GroupNesting implemen
    *   An array of valid group ids (passed by reference).
    *
    * @param bool $includeSelf
-   * @return \An $groupArray   List of ancestor groups@access public
+   * @return array
+   *   List of ancestor groups@access public
    */
   public static function getAncestorGroups($groupIds, $includeSelf = TRUE) {
     $groupIds = self::getAncestorGroupIds($groupIds, $includeSelf);
@@ -597,7 +608,8 @@ class CRM_Contact_BAO_GroupNesting extends CRM_Contact_DAO_GroupNesting implemen
    * @param array $groupIds
    *   An array of valid group ids (passed by reference).
    *
-   * @return array $groupIdArray List of groupIds that represent the requested group and its children@access public
+   * @return array
+   *   List of groupIds that represent the requested group and its children@access public
    */
   public static function getChildGroupIds($groupIds) {
     if (!is_array($groupIds)) {
@@ -619,7 +631,8 @@ class CRM_Contact_BAO_GroupNesting extends CRM_Contact_DAO_GroupNesting implemen
    * @param array $groupIds
    *   An array of valid group ids (passed by reference).
    *
-   * @return array $groupIdArray         List of groupIds that represent the requested group and its parents@access public
+   * @return array
+   *   List of groupIds that represent the requested group and its parents@access public
    */
   public static function getParentGroupIds($groupIds) {
     if (!is_array($groupIds)) {
@@ -642,7 +655,8 @@ class CRM_Contact_BAO_GroupNesting extends CRM_Contact_DAO_GroupNesting implemen
    *   An array of valid group ids (passed by reference).
    *
    * @param bool $includeSelf
-   * @return array $groupIdArray         List of groupIds that represent the requested group and its descendents@access public
+   * @return array
+   *   List of groupIds that represent the requested group and its descendents@access public
    */
   public static function getDescendentGroupIds($groupIds, $includeSelf = TRUE) {
     if (!is_array($groupIds)) {
@@ -673,10 +687,11 @@ class CRM_Contact_BAO_GroupNesting extends CRM_Contact_DAO_GroupNesting implemen
    * Returns array of descendent groups of the specified group.
    *
    * @param array $groupIds
-   *   An array of valid group ids (passed by reference).
+   *   An array of valid group ids
    *
    * @param bool $includeSelf
-   * @return \An $groupArray   List of descendent groups@access public
+   * @return array
+   *   List of descendent groups@access public
    */
   public static function getDescendentGroups($groupIds, $includeSelf = TRUE) {
     $groupIds = self::getDescendentGroupIds($groupIds, $includeSelf);
@@ -690,7 +705,8 @@ class CRM_Contact_BAO_GroupNesting extends CRM_Contact_DAO_GroupNesting implemen
    * @param $groupId
    *   The group id to get valid potential children for.
    *
-   * @return array $groupIdArray         List of groupIds that represent the valid potential children of the group@access public
+   * @return array
+   *   List of groupIds that represent the valid potential children of the group@access public
    */
   public static function getPotentialChildGroupIds($groupId) {
     $groups = CRM_Contact_BAO_Group::getGroups();
index b2c55bc5bbf5d95142a602f5d21cf73f6664d951..94fa4a677b69593c63d213e5f07fdf0bb508cacd 100644 (file)
@@ -381,7 +381,7 @@ class CRM_Contact_Form_Task_Label extends CRM_Contact_Form_Task {
    * @param string $fileName
    *   The name of the file to save the label in.
    *
-   * @return  null
+   * @return null
    */
   public function createLabel(&$contactRows, &$format, $fileName = 'MailingLabels_CiviCRM.pdf') {
     $pdf = new CRM_Utils_PDF_Label($format, 'mm');
index 121b17dd5135a06021f78dc52b0ef6da991d0955..6cecd9a7b1985901e0b5fb708276501ca178916f 100644 (file)
@@ -50,7 +50,7 @@ class CRM_Contact_Form_Task_LabelCommon {
    * @param string $fileName
    *   The name of the file to save the label in.
    *
-   * @return  null
+   * @return null
    */
   public static function createLabel(&$contactRows, &$format, $fileName = 'MailingLabels_CiviCRM.pdf') {
     $pdf = new CRM_Utils_PDF_Label($format, 'mm');
index 5c326b85a94f09ceb2dd1d995bc4739f2c7bbfef..7395289bc4806a3cdb0cb1905c66ee4cf5086977 100644 (file)
@@ -659,7 +659,7 @@ ORDER BY civicrm_address.is_primary DESC, civicrm_address.location_type_id DESC,
   /**
    * Get address sequence
    *
-   * @return  array of address sequence.
+   * @return array of address sequence.
    */
   public static function addressSequence() {
     $config = CRM_Core_Config::singleton();
index eccf8d0b0d166c2241c7f4c0da9543c1cd821dbe..3b8536e8a0c35add12554fa5634f8f64a7adc244 100644 (file)
@@ -341,7 +341,7 @@ class CRM_Core_BAO_CustomField extends CRM_Core_DAO_CustomField {
    * @param bool $is_active
    *   Value we want to set the is_active field.
    *
-   * @return   Object            DAO object on sucess, null otherwise
+   * @return Object            DAO object on sucess, null otherwise
    *
    * @static
    */
@@ -1091,7 +1091,7 @@ class CRM_Core_BAO_CustomField extends CRM_Core_DAO_CustomField {
    * @param object $field
    *   The field object.
    *
-   * @return  boolean
+   * @return boolean
    *
    * @static
    *
@@ -1130,7 +1130,7 @@ class CRM_Core_BAO_CustomField extends CRM_Core_DAO_CustomField {
    * @param int $contactID
    * @param int $fieldID
    *
-   * @return  string   the display value
+   * @return string   the display value
    *
    * @static
    */
index d6433e956fe4f049624cd612e705482797100d04..f67e71ac35f67398ddbd4824612f26ccdb38236c 100644 (file)
@@ -558,7 +558,7 @@ SELECT label, value
    *
    * @param NULL
    *
-   * @return  array   array of strings
+   * @return array   array of strings
    */
   public function query() {
     $this->select();
index 441b8169eda8d268d0c940b44344a263ca3734d6..12593abd3c2f17d29afc4db96af31f2c7a3f3bab 100644 (file)
@@ -273,7 +273,7 @@ class CRM_Core_BAO_EntityTag extends CRM_Core_DAO_EntityTag {
    * @param object $tag
    *   An object of a tag.
    *
-   * @return  array   $entityIds    array of entity ids
+   * @return array   $entityIds    array of entity ids
    */
   public function getEntitiesByTag($tag) {
     $entityIds = array();
index 9ad651613ba8b378672875c09287f3099b390fdf..dd7b25f2a8b6e77dff838f0bb06570f81237d61e 100644 (file)
@@ -508,7 +508,7 @@ WHERE cf.id IN (" . $customFieldIds . ") AND is_multiple = 1 LIMIT 0,1";
    *
    * @param int $ufGroupId
    *
-   * @return  true for mix profile else false
+   * @return true for mix profile else false
    * @static
    */
   public static function checkProfileType($ufGroupId) {
@@ -705,7 +705,7 @@ WHERE cf.id IN (" . $customFieldIds . ") AND is_multiple = 1 LIMIT 0,1";
    *
    * @param $ctype
    *
-   * @return  true for mix profile group else false
+   * @return true for mix profile group else false
    * @static
    */
   public static function checkProfileGroupType($ctype) {
index 9ef41bc756abe8b2b5ee3af95a0555557ca3b6bb..289d44afd8d59c4a2947d6151ff5994f1dea974c 100644 (file)
@@ -393,7 +393,7 @@ class CRM_Core_Form extends HTML_QuickForm_Page {
   /**
    * Performs the server side validation
    * @since     1.0
-   * @return    boolean   true if no error found
+   * @return boolean   true if no error found
    * @throws    HTML_QuickForm_Error
    */
   public function validate() {
index 1b581e29f716e969090d29cd4b7872bcacebe56b..6370f27f67de4b9a1315f54af562a3bbde0374d9 100644 (file)
@@ -121,7 +121,7 @@ class CRM_Core_I18n {
    * @param bool $justEnabled
    *   whether to return all languages or just the enabled ones.
    *
-   * @return             array    of code/language name mappings
+   * @return array    of code/language name mappings
    */
   public static function languages($justEnabled = FALSE) {
     static $all = NULL;
@@ -176,7 +176,7 @@ class CRM_Core_I18n {
    *   source string.
    * @param mixed arguments, can be passed in an array or through single variables
    *
-   * @return      string  modified string
+   * @return string  modified string
    */
   public function strarg($str) {
     $tr = array();
@@ -215,7 +215,7 @@ class CRM_Core_I18n {
    * @param array $params
    *   the params of the translation (if any).
    *
-   * @return        string  the translated string
+   * @return string  the translated string
    */
   public function crm_translate($text, $params = array()) {
     if (isset($params['escape'])) {
@@ -347,7 +347,7 @@ class CRM_Core_I18n {
    * @param string $string
    *   this string should be translated.
    *
-   * @return         string  the translated string
+   * @return string  the translated string
    */
   public function translate($string) {
     return ($this->_phpgettext) ? $this->_phpgettext->translate($string) : $string;
@@ -361,7 +361,7 @@ class CRM_Core_I18n {
    * @param array $params
    *   an array of additional parameters.
    *
-   * @return        void
+   * @return void
    */
   function localizeArray(
     &$array,
@@ -386,7 +386,7 @@ class CRM_Core_I18n {
    * @param array $array
    *   the array for localization (in place).
    *
-   * @return        void
+   * @return void
    */
   public function localizeTitles(&$array) {
     foreach ($array as $key => $value) {
@@ -499,7 +499,7 @@ class CRM_Core_I18n {
  * @param $params
  *   Array an array of additional parameters.
  *
- * @return         string  the translated string
+ * @return string  the translated string
  */
 function ts($text, $params = array()) {
   static $config = NULL;
index eb7b1c9c087084499c75d64ecdba56b094eff77b..2bd502623c0c749fac10983d02294415f498748c 100644 (file)
@@ -37,7 +37,7 @@ class CRM_Core_QuickForm_GroupMultiSelect extends CRM_Core_QuickForm_NestedAdvMu
   /**
    * Returns the HTML generated for the advanced mutliple select component
    *
-   * @return     string
+   * @return string
    * @since      version 0.4.0 (2005-06-25)
    */
   public function toHtml() {
index 42c0a50f1f6516baa1f5fbc3ba8a1c281b227791..92d488ee50c6c5521e92ba76d8c51549ab2ceb22 100644 (file)
@@ -57,7 +57,7 @@ class CRM_Core_QuickForm_NestedAdvMultiSelect extends HTML_QuickForm_advmultisel
    *   (optional) See function detail.
    *
    * @since      version 1.5.0 (2009-02-15)
-   * @return     PEAR_Error|NULL on error and TRUE on success
+   * @return PEAR_Error|NULL on error and TRUE on success
    * @throws     PEAR_Error
    * @see        loadArray()
    */
index d3dd8fab4935c466b0967babf55761288478d3b0..0ae0eca5f6123c348774f4799423d50fe17fe821 100644 (file)
@@ -48,7 +48,7 @@ class CRM_Core_Report_Excel {
    *
    * @param bool $outputHeader
    *
-   * @return  mixed    empty if output is printed, else output
+   * @return mixed    empty if output is printed, else output
    *
    * @static
    */
index b227a177e29acaa11da4e26b311e8f6f2c42f2b4..041ed6bc1c343085985bd413d9c58b26eda3468d 100644 (file)
@@ -55,7 +55,7 @@ class CRM_Custom_Page_Group extends CRM_Core_Page {
    *
    * @param null
    *
-   * @return  array   array of action links that we need to display for the browse screen
+   * @return array   array of action links that we need to display for the browse screen
    */
   public function &actionLinks() {
     // check if variable _actionsLinks is populated
index afa289b6ecb34dd88c4c901fabbf193d866099f1..622885458332322b5e7aa1a7775854288f80f47a 100644 (file)
@@ -729,7 +729,7 @@ WHERE civicrm_address.geo_code_1 IS NOT NULL
    * @param bool $onlyPublicInclude public events only, default TRUE.
    *   Include public events only, default TRUE.
    *
-   * @return  array  $all      array of all the events that are searched
+   * @return array  $all      array of all the events that are searched
    * @static
    */
   static function &getCompleteInfo(
index 5efaba68d63f5d5e80f53b31839fb679b9510b22..0b9b59b21c95d3d878f73cd0cbf8ef4b10ba9a93 100644 (file)
@@ -75,7 +75,7 @@ class CRM_Event_Badge {
    *
    * @param array $participants
    *
-   * @return  null
+   * @return null
    */
   public function run(&$participants) {
     // fetch the 1st participant, and take her event to retrieve its attributes
@@ -176,7 +176,7 @@ class CRM_Event_Badge {
    *
    * @param array $participants
    *
-   * @return  null
+   * @return null
    */
   public function createLabels(&$participants) {
 
index ff67088dc08115d8a74e915dbd6a9e60a8326b73..032b8d39973091e7d473ef044c9b610f7c045090 100644 (file)
@@ -192,7 +192,7 @@ class CRM_Price_BAO_PriceField extends CRM_Price_DAO_PriceField {
    * @param bool $is_active
    *   Value we want to set the is_active field.
    *
-   * @return   Object            DAO object on sucess, null otherwise
+   * @return Object            DAO object on sucess, null otherwise
    *
    * @static
    */
@@ -628,7 +628,7 @@ WHERE
    * @param int $id
    *   Field Id.
    *
-   * @return  boolean
+   * @return boolean
    *
    * @static
    *
index a457e0beec7740b9e3ea9953b2f108f82cccdd5f..067b04517c22ff46eda2d84a654b7fab5c9460a6 100644 (file)
@@ -194,7 +194,7 @@ class CRM_Price_BAO_PriceFieldValue extends CRM_Price_DAO_PriceFieldValue {
    * @param bool $is_active
    *   Value we want to set the is_active field.
    *
-   * @return   Object            DAO object on sucess, null otherwise
+   * @return Object            DAO object on sucess, null otherwise
    *
    * @static
    */
@@ -227,7 +227,7 @@ class CRM_Price_BAO_PriceFieldValue extends CRM_Price_DAO_PriceFieldValue {
    * @param int $id
    *   Id.
    *
-   * @return  boolean
+   * @return boolean
    *
    * @static
    */
index 1773c0face10b2b2f51eb6e9bfb6dc472b667e0b..35b28d905fca10d1662cbce47054ed916e00ca03 100644 (file)
@@ -55,7 +55,7 @@ class CRM_Price_Page_Set extends CRM_Core_Page {
    *
    * @param null
    *
-   * @return  array   array of action links that we need to display for the browse screen
+   * @return array   array of action links that we need to display for the browse screen
    */
   function &actionLinks() {
     // check if variable _actionsLinks is populated
index de77131b0de91210a24aa1b52f56d96e3b92f1c7..043d3369cf0472f748de60f1304c78d71b041c49 100644 (file)
@@ -313,7 +313,7 @@ SELECT module,is_reserved
    * This is a first version and will be tweaked over a period of time
    *
    *
-   * @return    boolean   true if no error found
+   * @return boolean   true if no error found
    */
   public function validate() {
     $errors = parent::validate();
index e7205e95b796cec65dfe724c56734a779ddce651..a65e75dddd9c562ff040f7485a537386ebdfb874 100644 (file)
@@ -178,7 +178,7 @@ class CRM_Upgrade_Snapshot_V4p2_Price_BAO_Field extends CRM_Upgrade_Snapshot_V4p
    * @param bool $is_active
    *   Value we want to set the is_active field.
    *
-   * @return   Object            DAO object on sucess, null otherwise
+   * @return Object            DAO object on sucess, null otherwise
    *
    * @static
    */
@@ -524,7 +524,7 @@ WHERE
    * @param int $id
    *   Field Id.
    *
-   * @return  boolean
+   * @return boolean
    *
    * @static
    *
index 31cfd66b8f32731d4a67e7dcaa7759fffef708c3..b08e10726e4e8c15e78759bacfe4a8496de9d68b 100644 (file)
@@ -181,7 +181,7 @@ class CRM_Upgrade_Snapshot_V4p2_Price_BAO_FieldValue extends CRM_Upgrade_Snapsho
    * @param bool $is_active
    *   Value we want to set the is_active field.
    *
-   * @return   Object            DAO object on sucess, null otherwise
+   * @return Object            DAO object on sucess, null otherwise
    *
    * @static
    */
@@ -215,7 +215,7 @@ class CRM_Upgrade_Snapshot_V4p2_Price_BAO_FieldValue extends CRM_Upgrade_Snapsho
    * @param int $id
    *   Id.
    *
-   * @return  boolean
+   * @return boolean
    *
    * @static
    */
index f9d63c270f9927c43532e0c139b800c961a9371c..86b070c52aaa1e71acc041f30c9c1d70ae5eaf17 100644 (file)
@@ -48,7 +48,7 @@ class CRM_Utils_ICalendar {
    * @param $text
    *   Text to escape.
    *
-   * @return  Escaped text
+   * @return Escaped text
    *
    */
   public static function formatText($text) {
@@ -70,7 +70,7 @@ class CRM_Utils_ICalendar {
    *
    * @param bool $gdata
    *
-   * @return  Escaped date
+   * @return Escaped date
    */
   public static function formatDate($date, $gdata = FALSE) {
 
index ec0591c31a385a07db48e99884e3e4d5b5301c14..faf3f7e85aa40eae56ae4ea706472cd283e8e717 100644 (file)
@@ -557,7 +557,7 @@ class CRM_Utils_Rule {
    *
    * @param array Uploaded file info (from $_FILES)
    *
-   * @return    bool      true if file has been uploaded, false otherwise
+   * @return bool      true if file has been uploaded, false otherwise
    */
   public static function asciiFile($elementValue) {
     if ((isset($elementValue['error']) && $elementValue['error'] == 0) ||
@@ -573,7 +573,7 @@ class CRM_Utils_Rule {
    *
    * @param array Uploaded file info (from $_FILES)
    *
-   * @return    bool      whether file has been uploaded properly and is now in UTF-8
+   * @return bool      whether file has been uploaded properly and is now in UTF-8
    */
   public static function utf8File($elementValue) {
     $success = FALSE;
@@ -602,7 +602,7 @@ class CRM_Utils_Rule {
    *
    * @param array Uploaded file info (from $_FILES)
    *
-   * @return    bool      true if file has been uploaded, false otherwise
+   * @return bool      true if file has been uploaded, false otherwise
    */
   public static function htmlFile($elementValue) {
     if ((isset($elementValue['error']) && $elementValue['error'] == 0) ||
index 5d24f2c1f4b1318bed9c1fda63c6212030b3385f..a82270e1338ac1731f4da6691680233d784bdb04 100644 (file)
@@ -86,7 +86,7 @@ function civicrm_api3_activity_contact_delete($params) {
  * @param array $params
  *   An associative array of name/value pairs.
  *
- * @return  array details of found tags else error
+ * @return array details of found tags else error
  *
  * @access public
  */
index 69aef9e8fbb90013a850de77032717c2467476a5..72b23154e2b6440c55a09f087a2f4ba1e4bd30cc 100644 (file)
@@ -148,7 +148,7 @@ function civicrm_api3_address_delete($params) {
  * @param array $params
  *   An associative array of name/value pairs.
  *
- * @return  array details of found addresses else error
+ * @return array details of found addresses else error
  * {@getfields address_get}
  * @access public
  */
index 112615e1f0f192f7b4759bb196176b80ffa5b9e3..706c446d03d211b946b3bbaeb60ec92a9b56aea7 100644 (file)
@@ -95,7 +95,7 @@ function civicrm_api3_contribution_soft_delete($params) {
  * @param array $params
  *   An associative array of name/value pairs.
  *
- * @return  array api result
+ * @return array api result
  * {@getfields contribution_soft_get}
  * @access public
  */
index f7577e06953640b0f5ba9321be11e76cd0120c2a..f12d1062b6d30ddaae648ece8d2a51c64e377e9b 100644 (file)
@@ -91,7 +91,7 @@ function civicrm_api3_country_delete($params) {
  * @param array $params
  *   An associative array of name/value pairs.
  *
- * @return  array api result array
+ * @return array api result array
  * {@getfields country_get}
  * @access public
  */
index 489f49391f70184b7128d771a6e6e1f85b691c15..b3a31c92a8f125dc4e498671a290b450d7fbbeaa 100644 (file)
@@ -60,7 +60,7 @@
  *   Array Associative array of property name/value pairs to insert in group.
  * {@getfields CustomGroup_create}
  *
- * @return   Newly create custom_group object
+ * @return Newly create custom_group object
  * @todo $params['extends'] is array format - is that std compatible
  * @access public
  */
index d4573923d7dfbb0806cdf4fc056c8e3ff7c31e98..0b64196ae7af65ecb0b3fb4500960eab1af2e744 100644 (file)
@@ -10,7 +10,7 @@
  * {@example OptionValueGet.php 0}
  * @example OptionValueGet.php
  *
- * @return  array details of found Option Values
+ * @return array details of found Option Values
  * {@getfields OptionValue_get}
  * @access public
  */
index f2770457d8b0d709582648bc3194d05888170d4b..017c2a1d2705b553536e3e78a602316f85d86700 100644 (file)
@@ -93,7 +93,7 @@ function civicrm_api3_email_delete($params) {
  * @param array $params
  *   An associative array of name/value pairs.
  *
- * @return  array api result array
+ * @return array api result array
  * {@getfields email_get}
  * @access public
  */
index 92af27f2eaa5d39805e401359823487faebc8ebc..50be6b175694b04d13fe2c53581d103ef01de2e8 100644 (file)
@@ -104,7 +104,7 @@ function _civicrm_api3_event_create_legacy_support_42(&$params) {
  *   An associative array of name/value property values of civicrm_event.
  * {@getfields event_get}
  *
- * @return  Array of all found event property values.
+ * @return Array of all found event property values.
  * @access public
  *
  */
index d77fb756d59da0a1d3ede19e5777cabc29abd353..2640805abb4d836e19c5fe109bdf1403e63e8ab0 100644 (file)
@@ -85,7 +85,7 @@ function civicrm_api3_file_create($params) {
  * @param array $params
  *   An associative array of name/value property values of civicrm_file.
  *
- * @return  Array of all found file object property values.
+ * @return Array of all found file object property values.
  * @access public
  */
 function civicrm_api3_file_get($params) {
index 95a48a79ba617e5b0063089d0d07b491b85adc1d..eca18fec88e8dbd3a7f3a0e30bf81b4d46a85a32 100644 (file)
@@ -49,7 +49,7 @@
  *   Name value pair of contact information.
  * {@getfields GroupContact_get}
  *
- * @return  array  list of groups, given contact subsribed to
+ * @return array  list of groups, given contact subsribed to
  */
 function civicrm_api3_group_contact_get($params) {
 
index 797cd03f0299b1df87639cc1a27388a932a6d71b..d886f7aaac4a31398047b150b3c19d09ddac1b12 100644 (file)
@@ -44,7 +44,7 @@
  *   An array containing at least child_group_id or parent_group_id.
  * {@getfields GroupNesting_get}
  *
- * @return  array  list of group nesting records
+ * @return array  list of group nesting records
  */
 function civicrm_api3_group_nesting_get($params) {
 
index e084b8007218c9ef3279a70ed9d6395c30ee40bf..8d8d2f70bbaf5eba4d36b0d38595810d4282cdd7 100644 (file)
@@ -49,7 +49,7 @@
  * {@getfields GroupOrganization_get}
  * @example GroupOrganizationGet.php
  *
- * @return  array  list of groups, given contact subsribed to
+ * @return array  list of groups, given contact subsribed to
  */
 function civicrm_api3_group_organization_get($params) {
   return _civicrm_api3_basic_get('CRM_Contact_DAO_GroupOrganization', $params);
index faf8ae427a313df32007d1866d7a1821e3385806..9a426e84a0ed49e4904fa41833b4f828bc7895b1 100644 (file)
@@ -82,7 +82,7 @@ function civicrm_api3_im_delete($params) {
  * @param array $params
  *   An associative array of name/value pairs.
  *
- * @return  array details of found IM
+ * @return array details of found IM
  *
  * @access public
  */
index fff53bc31c8bd471ea846feaf39823e1672c4c01..77d62255511dac3bc720227cdaccd5613774a305 100644 (file)
@@ -74,7 +74,7 @@ function civicrm_api3_job_create($params) {
 /**
  * Retrieve one or more job
  * @param array input parameters
- * @return  array api result array
+ * @return array api result array
  * {@getfields email_get}
  * @access public
  */
index 169eace77adc26d2902ca8017731bae557b21a8c..aaa1aaa44509f7bcc7d40c1bbb36cd190a85355d 100644 (file)
@@ -96,7 +96,7 @@ function civicrm_api3_location_type_delete($params) {
  * @param array $params
  *   An associative array of name/value pairs.
  *
- * @return  array api result
+ * @return array api result
  * {@getfields LocationType_get}
  * @access public
  */
index 180e78d9261f5be25441d96b54f1fbe816da7836..a3ea0222179ac1d677a44522934017207ccc608e 100644 (file)
@@ -187,7 +187,7 @@ function _civicrm_api3_membership_get_spec(&$params) {
  *          options affecting the desired results; has legacy support
  *          for just passing the contact_id itself as the argument
  *
- * @return  Array of all found membership property values.
+ * @return Array of all found membership property values.
  * @access public
  * @todo needs some love - basically only a get for a given contact right now
  * {@getfields membership_get}
index 675773d644ec33b33f2e2e5ded824a13d3bc3eb7..11211289e720c1acfb82705fe8937d8ed6ea211f 100644 (file)
@@ -61,7 +61,7 @@ function civicrm_api3_membership_status_create($params) {
  * @param array $params
  *   An associative array of name/value property values of civicrm_membership_status.
  *
- * @return  Array of all found membership status property values.
+ * @return Array of all found membership status property values.
  * {@getfields MembershipStatus_get}
  * @access public
  */
index 91dae25620c9dbdbe3c25d08a6cf67bd7f9cb5d9..0287161634dd87f4d5b54ef4090ae18740e3a71a 100644 (file)
@@ -87,7 +87,7 @@ function _civicrm_api3_membership_type_create_spec(&$params) {
  *   An associative array of name/value property values of civicrm_membership_type.
  * {getfields MembershipType_get}
  *
- * @return  Array of all found membership type property values.
+ * @return Array of all found membership type property values.
  * @access public
  */
 function civicrm_api3_membership_type_get($params) {
index ed1716b219f373e8008e2941d09ebec42850e43b..40fa83095e0fcec0d4f049a3d0d5bbd4d9bcdcc9 100644 (file)
@@ -83,7 +83,7 @@ function _civicrm_api3_message_template_get_spec(&$params) {
  * @param array $params
  *   An associative array of name/value pairs.
  *
- * @return  array api result array
+ * @return array api result array
  * {@getfields message_template_get}
  * @access public
  */
index 6da326132b8f7f44e870186997f228eacd2aa2bd..c3120527cb2770b6a2632fccbb5d421394217ac5 100644 (file)
@@ -8,7 +8,7 @@
  * {@example OptionValueGet.php 0}
  * @example OptionValueGet.php
  *
- * @return  array details of found Option Values
+ * @return array details of found Option Values
  * {@getfields OptionValue_get}
  * @access public
  */
index 36b5b6ec9c0a3c91f37c24ce1d5710d2f1800652..46735e660b6b9d4348b2942fcc9b56903de206c4 100644 (file)
@@ -83,7 +83,7 @@ function civicrm_api3_payment_processor_delete($params) {
  * @param array $params
  *   An associative array of name/value pairs.
  *
- * @return  array details of found PaymentProcessor
+ * @return array details of found PaymentProcessor
  * @access public
  */
 function civicrm_api3_payment_processor_get($params) {
index f5d4af72a7c4775398af8c7d16c2efb0511151ac..4db68b1cd1d5f49a47b0c8608af42ea0543f5dbf 100644 (file)
@@ -10,7 +10,7 @@
  * @param array $params
  *   An associative array of name/value pairs.
  *
- * @return  array details of found phones else error
+ * @return array details of found phones else error
  * @access public
  * This function has been declared there instead than in api/v3/Phone.php for no specific reasons, beside to demonstrate this feature (that might be useful in your module, eg if you want to implement a civicrm_api ('Phone','Dial') that you would then simply put in your module under api/v3/Phone/Dial.php .
  */
index 2f6b159acec2b12d4a6edfa7e8331a12a752614e..2556d65084f7d5c6303073ceb0abdd23fb7312b5 100644 (file)
@@ -107,7 +107,7 @@ function civicrm_api3_relationship_delete($params) {
  * -  if you pass in contact_id - it just returns all relationships for 'contact_id'
  * -  if you don't pass in contact_id then it does a filter on the relationship table (DAO based search)
  *
- * @return  Array API Result Array
+ * @return Array API Result Array
  * {@getfields relationship_get}
  * @example RelationshipGet.php
  * @access  public
index 845aa640eca34eb836b891fd19b97089423f279d..7aa12b55430da41491c0703aa6657d7235d5dac2 100644 (file)
@@ -6,7 +6,7 @@
  * @param array $params
  *   Input parameters.
  *
- * @return  array details of found instances
+ * @return array details of found instances
  * @access public
  */
 function civicrm_api3_report_instance_get($params) {
index ac5b66239d592bd77a276596fdf3714f3818e819..77f42a4b30b0bdc83ad72a6042d978291a791a21 100644 (file)
@@ -10,7 +10,7 @@
  * {@example OptionValueGet.php 0}
  * @example OptionValueGet.php
  *
- * @return  array details of found Option Values
+ * @return array details of found Option Values
  * {@getfields OptionValue_get}
  * @access public
  */
@@ -87,7 +87,7 @@ function civicrm_api3_report_template_delete($params) {
  * @param array $params
  *   Input parameters.
  *
- * @return  array details of found instances
+ * @return array details of found instances
  * @access public
  */
 function civicrm_api3_report_template_getrows($params) {
@@ -164,7 +164,7 @@ function civicrm_api3_report_template_getstatistics($params) {
  * @param array $params
  *   Input parameters.
  *
- * @return  array details of found instances
+ * @return array details of found instances
  * @access public
  */
 function _civicrm_api3_report_template_getrows_spec(&$params) {
index 16029000e6c8b1a4949b3d9c84685ad19e47d0c6..f6943046abd5dbb3b35884de2cfa28a063edcaef 100644 (file)
@@ -90,7 +90,7 @@ function civicrm_api3_tag_delete($params) {
  * @param array $params
  *   An associative array of name/value pairs.
  *
- * @return  array details of found tags else error
+ * @return array details of found tags else error
  * {@getfields tag_get}
  * @access public
  */
index 96af33cfbc44ec793fbc985934676b7e50f86a46..7c21329525c7bed9c4f4ad83d737bc54faecadab 100644 (file)
@@ -108,7 +108,7 @@ function civicrm_api3_website_delete($params) {
  * @param array $params
  *   An associative array of name/value pairs.
  *
- * @return  array details of found websites
+ * @return array details of found websites
  *
  * @access public
  */
index 7c80964e1c75ef9fdffdc9cd99461de809baeeed..ee1879b92c0707bc759780e0d6e872aa72b51884 100644 (file)
@@ -727,7 +727,7 @@ class CiviSeleniumTestCase extends PHPUnit_Extensions_SeleniumTestCase {
    * @strings  array    array of strings or a single string
    *
    * @param $strings
-   * @return   void
+   * @return void
    */
   public function assertStringsPresent($strings) {
     foreach ((array) $strings as $string) {
@@ -741,7 +741,7 @@ class CiviSeleniumTestCase extends PHPUnit_Extensions_SeleniumTestCase {
    * @url      string url to parse or retrieve current url if null
    *
    * @param null $url
-   * @return   array  returns an associative array containing any of the various components
+   * @return array  returns an associative array containing any of the various components
    *                  of the URL that are present. Querystring elements are returned in sub-array (elements.queryString)
    *                  http://php.net/manual/en/function.parse-url.php
    */