Mass cleanup of docblocks/code/comments
[civicrm-core.git] / tests / phpunit / CRM / Contact / BAO / ContactTest.php
index 6e843737cbe770c7b1e562f0d498875f1d71684a..1acfb3053088c695e14341b113cc5c469cee12cc 100644 (file)
@@ -2,7 +2,14 @@
 require_once 'CiviTest/CiviUnitTestCase.php';
 require_once 'CiviTest/Contact.php';
 require_once 'CiviTest/Custom.php';
+
+/**
+ * Class CRM_Contact_BAO_ContactTest
+ */
 class CRM_Contact_BAO_ContactTest extends CiviUnitTestCase {
+  /**
+   * @return array
+   */
   function get_info() {
     return array(
       'name' => 'Contact BAOs',
@@ -1331,7 +1338,7 @@ class CRM_Contact_BAO_ContactTest extends CiviUnitTestCase {
   //    }
 
   /**
-   * function to build common params
+   * build common params
    *
    */
   private function contactParams() {