Completed
Pull Request — 1.1 (#3)
by Raphaël
02:24
created
src/ZohoDatabaseSyncZoho.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -102,9 +102,9 @@
 block discarded – undo
102 102
                         if (in_array($columnName,['id','uid'])) {
103 103
                             continue;
104 104
                         }else{
105
-                           if($columnValue){
106
-                               $zohoBean->{$fieldsMatching[$columnName]['setter']}($columnValue);
107
-                           }
105
+                            if($columnValue){
106
+                                $zohoBean->{$fieldsMatching[$columnName]['setter']}($columnValue);
107
+                            }
108 108
                         }
109 109
 
110 110
                     }
Please login to merge, or discard this patch.