Cleanup phpdoc comments
[civicrm-core.git] / tests / phpunit / WebTest / Import / MatchExternalIdTest.php
index 38216dfe72c1485fd5726a64964816e191d0433a..9c665e825dd193d8dac08e9d02d4c65cb4a63b71 100644 (file)
@@ -235,9 +235,9 @@ class WebTest_Import_MatchExternalIdTest extends ImportCiviSeleniumTestCase {
   /**
    * Helper function to add new contact
    *
-   * @param $firstName
-   * @param $lastName
-   * @param $externalId
+   * @param string $firstName
+   * @param string $lastName
+   * @param int $externalId
    *
    * @return int external id
    */