@@ -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 | { |
@@ -8,7 +8,6 @@ |
||
8 | 8 | use Wabel\Zoho\CRM\AbstractZohoDao; |
9 | 9 | use Wabel\Zoho\CRM\ZohoBeanInterface; |
10 | 10 | use Wabel\Zoho\CRM\Exception\ZohoCRMException; |
11 | -use Wabel\Zoho\CRM\Exception\ZohoCRMResponseException; |
|
12 | 11 | use function Stringy\create as s; |
13 | 12 | |
14 | 13 | /** |