Completed
Push — 2.0 ( 924b75...79b5e2 )
by Raphaël
11s
created
src/ZohoDatabaseHelper.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -16,6 +16,7 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
src/ZohoSyncDatabaseCommand.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -167,7 +167,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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)
Please login to merge, or discard this patch.