Completed
Push — 3.2 ( 7df914...77de9b )
by
unknown
01:27
created
src/Log/ZohoSyncSQLLogger.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 
4 4
 use Doctrine\DBAL\Connection;
5 5
 use Doctrine\DBAL\Logging\SQLLogger;
6
-use Doctrine\DBAL\SQLParserUtils;
7 6
 use function PHPSTORM_META\type;
8 7
 use Psr\Log\LoggerInterface;
9 8
 
Please login to merge, or discard this patch.
src/ZohoDatabasePusher.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -314,7 +314,6 @@
 block discarded – undo
314 314
      * Insert data to bean in order to update zoho records.
315 315
      *
316 316
      * @param ZohoBeanInterface $zohoBean
317
-     * @param array $fieldsMatching
318 317
      * @param type $columnName
319 318
      * @param type $valueDb
320 319
      */
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 use Wabel\Zoho\CRM\AbstractZohoDao;
9 9
 use Wabel\Zoho\CRM\Service\EntitiesGeneratorService;
10 10
 use Wabel\Zoho\CRM\ZohoBeanInterface;
11
-use zcrmsdk\crm\api\response\EntityResponse;
12 11
 
13 12
 /**
14 13
  * Description of ZohoDatabasePusher.
Please login to merge, or discard this patch.