@@ -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 | */ |
@@ -126,7 +126,6 @@ |
||
| 126 | 126 | |
| 127 | 127 | /** |
| 128 | 128 | * Run he sync Db command. |
| 129 | - * @param InputInterface $input |
|
| 130 | 129 | * @param OutputInterface $output |
| 131 | 130 | */ |
| 132 | 131 | private function syncDb(OutputInterface $output){ |