Completed
Push — 3.2.3 ( 590ac3...4b7653 )
by
unknown
01: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 2 patches
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.
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -305,6 +305,9 @@  discard block
 block discarded – undo
305 305
         }
306 306
     }
307 307
 
308
+    /**
309
+     * @param string $needle
310
+     */
308 311
     private function endsWith($haystack, $needle)
309 312
     {
310 313
         return substr_compare($haystack, $needle, -strlen($needle)) === 0;
@@ -340,7 +343,6 @@  discard block
 block discarded – undo
340 343
      * Insert data to bean in order to update zoho records.
341 344
      *
342 345
      * @param ZohoBeanInterface $zohoBean
343
-     * @param array $fieldsMatching
344 346
      * @param type $columnName
345 347
      * @param type $valueDb
346 348
      */
Please login to merge, or discard this patch.