Merge pull request #4375 from totten/master-mysqli-compat
[civicrm-core.git] / CRM / Utils / Migrate / ImportJSON.php
index fb16cc395899c593c89390629272c748f6ef8683..2de4dced64eb0ad381fd735f9754d573fd532293 100644 (file)
@@ -204,7 +204,7 @@ class CRM_Utils_Migrate_ImportJSON {
 
   /**
    * @param $chunk
-   * @param $daoName
+   * @param string $daoName
    * @param null $lookUpMapping
    * @param null $dateFields
    */
@@ -280,7 +280,7 @@ class CRM_Utils_Migrate_ImportJSON {
   }
 
   /**
-   * @param $tableName
+   * @param string $tableName
    */
   function populateCache($tableName) {
     if (isset($this->_lookupCache[$tableName])) {