Passed
Pull Request — master (#49)
by Giacomo
05:19
created
src/Traits/RelationshipMongoTrait.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -217,7 +217,7 @@
 block discarded – undo
217 217
                 $target->$methodOnTarget = $new_values;
218 218
                 $target->save();
219 219
             }
220
-        }else if($is_EO_target){
220
+        } else if($is_EO_target){
221 221
            //Do nothing because when we are updating we already init the informations
222 222
         }
223 223
     }
Please login to merge, or discard this patch.