Merge pull request #4087 from robinmitra/master
[civicrm-core.git] / tests / phpunit / CiviTest / Contact.php
index b5aa0dfc87ecf21d4e7bbf08ef5486d8a7a2878e..c4f0529b600ca500223872c2834895ae65e94143 100644 (file)
@@ -8,7 +8,7 @@ class Contact extends CiviUnitTestCase {
    * Helper function to create
    * a contact
    *
-   * @param $params
+   * @param array $params
    *
    * @return int $contactID id of created contact
    */
@@ -22,7 +22,7 @@ class Contact extends CiviUnitTestCase {
    * Helper function to create
    * a contact of type Individual
    *
-   * @param null $params
+   * @param array $params
    * @return int $contactID id of created Individual
    */
   static function createIndividual($params = NULL) {
@@ -44,7 +44,7 @@ class Contact extends CiviUnitTestCase {
    * Helper function to create
    * a contact of type Household
    *
-   * @param null $params
+   * @param array $params
    * @return mixed $contactID id of created Household
    */
   static function createHousehold($params = NULL) {
@@ -65,7 +65,7 @@ class Contact extends CiviUnitTestCase {
    * Helper function to create
    * a contact of type Organisation
    *
-   * @param null $params
+   * @param array $params
    * @return mixed $contactID id of created Organisation
    */
   static function createOrganisation($params = NULL) {