X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FActivity%2FImport%2FParser%2FActivity.php;h=9748f71f1de41639cfda6c38ba9f3dedad36d2fa;hb=32864ccf6ecdf9927f12f57a693ef0f22d9ccfb4;hp=c31712ec7acc0e2cf8ee53a7b33a4e6dee4c52fb;hpb=fa92b4af1c4abf280689cea6445c7a9b99858831;p=civicrm-core.git diff --git a/CRM/Activity/Import/Parser/Activity.php b/CRM/Activity/Import/Parser/Activity.php index c31712ec7a..9748f71f1d 100644 --- a/CRM/Activity/Import/Parser/Activity.php +++ b/CRM/Activity/Import/Parser/Activity.php @@ -129,7 +129,8 @@ class CRM_Activity_Import_Parser_Activity extends CRM_Activity_Import_Parser { /** * Handle the values in mapField mode * - * @param array $values the array of values belonging to this line + * @param array $values + * The array of values belonging to this line. * * @return boolean */ @@ -140,7 +141,8 @@ class CRM_Activity_Import_Parser_Activity extends CRM_Activity_Import_Parser { /** * Handle the values in preview mode * - * @param array $values the array of values belonging to this line + * @param array $values + * The array of values belonging to this line. * * @return boolean the result of this processing */ @@ -151,7 +153,8 @@ class CRM_Activity_Import_Parser_Activity extends CRM_Activity_Import_Parser { /** * Handle the values in summary mode * - * @param array $values the array of values belonging to this line + * @param array $values + * The array of values belonging to this line. * * @return boolean the result of this processing */ @@ -232,8 +235,10 @@ class CRM_Activity_Import_Parser_Activity extends CRM_Activity_Import_Parser { /** * Handle the values in import mode * - * @param int $onDuplicate the code for what action to take on duplicates - * @param array $values the array of values belonging to this line + * @param int $onDuplicate + * The code for what action to take on duplicates. + * @param array $values + * The array of values belonging to this line. * * @return boolean the result of this processing */ @@ -392,6 +397,7 @@ class CRM_Activity_Import_Parser_Activity extends CRM_Activity_Import_Parser { * * @return void */ - public function fini() {} + public function fini() { + } }