INFRA-132 - Fix spacing of @return tag in comments
[civicrm-core.git] / tests / phpunit / WebTest / Import / MatchExternalIdTest.php
index 4ec33e068da92d36b9a45e6c1fdd997c63f854de..36c30890c5f960a8c427a0d682878fdf4a1c1bcd 100644 (file)
@@ -239,7 +239,8 @@ class WebTest_Import_MatchExternalIdTest extends ImportCiviSeleniumTestCase {
    * @param string $lastName
    * @param int $externalId
    *
-   * @return int external id
+   * @return int
+   *   external id
    */
   public function _addContact($firstName, $lastName, $externalId) {
     $this->openCiviPage('contact/add', 'reset=1&ct=Individual');
@@ -266,7 +267,8 @@ class WebTest_Import_MatchExternalIdTest extends ImportCiviSeleniumTestCase {
    *
    * @param array $params
    *
-   * @return array event details of newly created event
+   * @return array
+   *   event details of newly created event
    */
   public function _addNewEvent($params = array()) {
     if (empty($params)) {