Completed
Pull Request — 1.1 (#3)
by Raphaël
02:40
created
src/ZohoDatabasePusher.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -106,11 +106,11 @@
 block discarded – undo
106 106
                 $rowsDeleted[] = $row['uid'];
107 107
             }
108 108
             if($update && isset($row['updated_fieldname'])){
109
-               $columnName = $row['updated_fieldname'];
110
-               $zohoBean->getZohoId()?:$zohoBean->setZohoId($row['id']);
111
-               $this->updateDataZohoBean($zohoBean, $fieldsMatching, $columnName, $row[$columnName]);
112
-               $zohoBeans[$row['uid']] = $zohoBean;
113
-               $rowsDeleted[] = $row['uid'];
109
+                $columnName = $row['updated_fieldname'];
110
+                $zohoBean->getZohoId()?:$zohoBean->setZohoId($row['id']);
111
+                $this->updateDataZohoBean($zohoBean, $fieldsMatching, $columnName, $row[$columnName]);
112
+                $zohoBeans[$row['uid']] = $zohoBean;
113
+                $rowsDeleted[] = $row['uid'];
114 114
             }
115 115
         }
116 116
         $zohoDao->save($zohoBeans);
Please login to merge, or discard this patch.