@@ -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 | */ |
@@ -6,7 +6,6 @@ |
||
6 | 6 | use Psr\Log\LoggerInterface; |
7 | 7 | use Psr\Log\NullLogger; |
8 | 8 | use Wabel\Zoho\CRM\AbstractZohoDao; |
9 | -use Wabel\Zoho\CRM\Request\Response; |
|
10 | 9 | |
11 | 10 | /** |
12 | 11 | * This class is in charge of synchronizing one table of your database with Zoho records. |
@@ -7,7 +7,6 @@ |
||
7 | 7 | use Psr\Log\LoggerInterface; |
8 | 8 | use Psr\Log\NullLogger; |
9 | 9 | use Wabel\Zoho\CRM\AbstractZohoDao; |
10 | -use Wabel\Zoho\CRM\Request\Response; |
|
11 | 10 | |
12 | 11 | /** |
13 | 12 | * This class is in charge of synchronizing one table MODEL with Zoho. |
@@ -194,7 +194,6 @@ |
||
194 | 194 | |
195 | 195 | /** |
196 | 196 | * Regerate Zoho Daos |
197 | - * @param InputInterface $input |
|
198 | 197 | * @param OutputInterface $output |
199 | 198 | */ |
200 | 199 | private function regenerateZohoDao(OutputInterface $output) |