Completed
Push — 3.4.0 ( dcd798 )
by
unknown
07:51
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 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -6,10 +6,8 @@
 block discarded – undo
6 6
 use Psr\Log\LoggerInterface;
7 7
 use Psr\Log\NullLogger;
8 8
 use Wabel\Zoho\CRM\AbstractZohoDao;
9
-use Wabel\Zoho\CRM\Helpers\BeanHelper;
10 9
 use Wabel\Zoho\CRM\Service\EntitiesGeneratorService;
11 10
 use Wabel\Zoho\CRM\ZohoBeanInterface;
12
-use zcrmsdk\crm\api\response\EntityResponse;
13 11
 use zcrmsdk\crm\crud\ZCRMRecord;
14 12
 use zcrmsdk\crm\exception\ZCRMException;
15 13
 
Please login to merge, or discard this patch.