Completed
Pull Request — 1.1 (#3)
by Raphaël
02:40
created
src/ZohoDatabaseCopier.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Doctrine\DBAL\Connection;
6 6
 use Doctrine\DBAL\Schema\Schema;
7
-use Doctrine\DBAL\Schema\SchemaDiff;
8 7
 use Psr\Log\LoggerInterface;
9 8
 use Psr\Log\NullLogger;
10 9
 use Wabel\Zoho\CRM\AbstractZohoDao;
Please login to merge, or discard this patch.
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/ZohoDatabaseModelSync.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Doctrine\DBAL\Connection;
6 6
 use Doctrine\DBAL\Schema\Schema;
7
-use Doctrine\DBAL\Schema\SchemaDiff;
8 7
 use Psr\Log\LoggerInterface;
9 8
 use Psr\Log\NullLogger;
10 9
 use Wabel\Zoho\CRM\AbstractZohoDao;
Please login to merge, or discard this patch.
src/ZohoDatabasePusher.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,6 @@
 block discarded – undo
70 70
     /**
71 71
      * Insert or Update rows.
72 72
      * @param AbstractZohoDao $zohoDao
73
-     * @param string $localTable
74 73
      */
75 74
     public function pushDataToZoho(AbstractZohoDao $zohoDao, $update = false){
76 75
         $localTable = $update ? 'local_update' : 'local_insert';
Please login to merge, or discard this patch.