Completed
Push — 2.0 ( 2cd218...d18db1 )
by David
12s
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   -1 removed lines patch added patch discarded remove patch
@@ -194,7 +194,6 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.