@@ -3,7 +3,6 @@ |
||
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 |
@@ -8,7 +8,6 @@ |
||
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. |
@@ -288,6 +288,9 @@ discard block |
||
288 | 288 | } |
289 | 289 | } |
290 | 290 | |
291 | + /** |
|
292 | + * @param string $needle |
|
293 | + */ |
|
291 | 294 | private function endsWith($haystack, $needle) { |
292 | 295 | return substr_compare($haystack, $needle, -strlen($needle)) === 0; |
293 | 296 | } |
@@ -322,7 +325,6 @@ discard block |
||
322 | 325 | * Insert data to bean in order to update zoho records. |
323 | 326 | * |
324 | 327 | * @param ZohoBeanInterface $zohoBean |
325 | - * @param array $fieldsMatching |
|
326 | 328 | * @param type $columnName |
327 | 329 | * @param type $valueDb |
328 | 330 | */ |