@@ -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 | */ |
@@ -167,7 +167,6 @@ discard block |
||
167 | 167 | |
168 | 168 | /** |
169 | 169 | * Generate the User Response from Zoho |
170 | - * @param InputInterface $input |
|
171 | 170 | * @param OutputInterface $output |
172 | 171 | */ |
173 | 172 | private function getUsersReponse(OutputInterface $output) |
@@ -210,7 +209,6 @@ discard block |
||
210 | 209 | |
211 | 210 | /** |
212 | 211 | * Regerate Zoho Daos |
213 | - * @param InputInterface $input |
|
214 | 212 | * @param OutputInterface $output |
215 | 213 | */ |
216 | 214 | private function regenerateZohoDao(OutputInterface $output) |