Completed
Push — 2.0 ( 2ec1a2...63e9fb )
by Raphaël
04:24
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
@@ -126,7 +126,6 @@
 block discarded – undo
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){
Please login to merge, or discard this patch.