@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Doctrine\DBAL\Connection; |
6 | 6 | use Doctrine\DBAL\Schema\Schema; |
7 | -use Doctrine\DBAL\Schema\SchemaDiff; |
|
8 | 7 | use Psr\Log\LoggerInterface; |
9 | 8 | use Psr\Log\NullLogger; |
10 | 9 | use Wabel\Zoho\CRM\AbstractZohoDao; |
@@ -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 | */ |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Doctrine\DBAL\Connection; |
6 | 6 | use Doctrine\DBAL\Schema\Schema; |
7 | -use Doctrine\DBAL\Schema\SchemaDiff; |
|
8 | 7 | use Psr\Log\LoggerInterface; |
9 | 8 | use Psr\Log\NullLogger; |
10 | 9 | use Wabel\Zoho\CRM\AbstractZohoDao; |
@@ -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'; |