@@ -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 | */ |
@@ -202,7 +202,6 @@ |
||
202 | 202 | * Insert data to bean in order to update zoho records. |
203 | 203 | * |
204 | 204 | * @param ZohoBeanInterface $zohoBean |
205 | - * @param array $fieldsMatching |
|
206 | 205 | * @param type $columnName |
207 | 206 | * @param type $valueDb |
208 | 207 | */ |
@@ -190,7 +190,6 @@ |
||
190 | 190 | /** |
191 | 191 | * Regerate Zoho Daos |
192 | 192 | * |
193 | - * @param InputInterface $input |
|
194 | 193 | * @param OutputInterface $output |
195 | 194 | */ |
196 | 195 | private function regenerateZohoDao(OutputInterface $output) |