@@ -45,7 +45,6 @@ |
||
45 | 45 | /** |
46 | 46 | * @param ZohoDatabaseCopier $zohoDatabaseCopier |
47 | 47 | * @param \Wabel\Zoho\CRM\AbstractZohoDao[] $zohoDaos The list of Zoho DAOs to copy |
48 | - * @param Lock $lock A lock that can be used to avoid running the same command twice at the same time |
|
49 | 48 | */ |
50 | 49 | public function __construct(ZohoDatabaseCopier $zohoDatabaseCopier, ZohoDatabaseSyncZoho $zohoDatabaseSync, array $zohoDaos, Lock $lockCopy = null, Lock $lockSync = null) |
51 | 50 | { |
@@ -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 | */ |