@@ -100,7 +100,7 @@ discard block |
||
100 | 100 | $this->zohoDatabaseModelSync = $zohoDatabaseModelSync; |
101 | 101 | $this->zohoDatabaseCopier = $zohoDatabaseCopier; |
102 | 102 | $this->zohoDatabaseSync = $zohoDatabaseSync; |
103 | - $this->zohoEntitiesGenerator = $zohoEntitiesGenerator; |
|
103 | + $this->zohoEntitiesGenerator = $zohoEntitiesGenerator; |
|
104 | 104 | $this->zohoClient = $zohoClient; |
105 | 105 | $this->pathZohoDaos = $pathZohoDaos; |
106 | 106 | $this->namespaceZohoDaos = $namespaceZohoDaos; |
@@ -128,7 +128,7 @@ discard block |
||
128 | 128 | $this->lock->acquireLock(); |
129 | 129 | } |
130 | 130 | |
131 | - if(!$input->getOption('limit')) { |
|
131 | + if (!$input->getOption('limit')) { |
|
132 | 132 | ini_set('memory_limit', '-1'); |
133 | 133 | } |
134 | 134 | |
@@ -258,7 +258,7 @@ discard block |
||
258 | 258 | { |
259 | 259 | $output->writeln('Start to synchronize Zoho data into Zoho CRM.'); |
260 | 260 | foreach ($this->zohoDaos as $zohoDao) { |
261 | - if($zohoDao->getFieldFromFieldName('createdTime')) { |
|
261 | + if ($zohoDao->getFieldFromFieldName('createdTime')) { |
|
262 | 262 | $this->zohoDatabaseSync->pushToZoho($zohoDao); |
263 | 263 | } |
264 | 264 | } |