more comment fixes
authorEileen McNaughton <eileen@fuzion.co.nz>
Mon, 2 Feb 2015 09:21:33 +0000 (22:21 +1300)
committerEileen McNaughton <eileen@fuzion.co.nz>
Tue, 3 Feb 2015 00:58:39 +0000 (13:58 +1300)
CRM/Contribute/Import/Form/Preview.php
CRM/Contribute/Import/Parser.php

index 3f5ba0b7a4bda1dbb24591d4231c783eb10a372c..eee332bd8596cd8302c1957bff9197231bce54ef 100644 (file)
@@ -161,10 +161,10 @@ class CRM_Contribute_Import_Form_Preview extends CRM_Import_Form_Preview {
       $onDuplicate
     );
 
-    // add all the necessary variables to the form
+    // Add all the necessary variables to the form.
     $parser->set($this, CRM_Import_Parser::MODE_IMPORT);
 
-    // check if there is any error occured
+    // Check if there is any error occurred.
 
     $errorStack = CRM_Core_Error::singleton();
     $errors = $errorStack->getErrors();
index 097cc8c3f901195dabf8fab9213da8ef5433e1c7..e55a563ff40fb06c988e0e6eeb95613357187b7b 100644 (file)
@@ -501,8 +501,6 @@ abstract class CRM_Contribute_Import_Parser extends CRM_Import_Parser {
    * @param CRM_Core_Session $store
    *
    * @param int $mode
-   *
-   * @return void
    */
   public function set($store, $mode = self::MODE_SUMMARY) {
     $store->set('fileSize', $this->_fileSize);