@@ -16,6 +16,7 @@ |
||
| 16 | 16 | * Computes the name of the table based on the DAO plural module name. |
| 17 | 17 | * |
| 18 | 18 | * @param AbstractZohoDao $dao |
| 19 | + * @param string $prefix |
|
| 19 | 20 | * |
| 20 | 21 | * @return string |
| 21 | 22 | */ |
@@ -70,7 +70,6 @@ |
||
| 70 | 70 | /** |
| 71 | 71 | * Insert or Update rows. |
| 72 | 72 | * @param AbstractZohoDao $zohoDao |
| 73 | - * @param string $localTable |
|
| 74 | 73 | */ |
| 75 | 74 | public function pushDataToZoho(AbstractZohoDao $zohoDao, $update = false){ |
| 76 | 75 | $localTable = $update ? 'local_update' : 'local_insert'; |