Passed
Pull Request — master (#37)
by
unknown
04:54
created
src/Traits/RelationshipMongoTrait.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@  discard block
 block discarded – undo
49 49
             $is_EM_target = is_EM($typeOnTarget);
50 50
             $is_EO_target = is_EO($typeOnTarget);
51 51
 
52
-            $key = $parent . $method . $counter;
52
+            $key = $parent.$method.$counter;
53 53
             $is_skippable = $this->getIsSkippable($request->has($key), $hasTarget);
54 54
 
55 55
             if ($is_skippable) {
@@ -270,7 +270,7 @@  discard block
 block discarded – undo
270 270
         //Get counter for embeds many with level > 1
271 271
         $counter = getCounterForRelationships($method, $is_EO, $is_EM, $i);
272 272
         //Check for another Level of Relationship
273
-        $embedObj->processAllRelationships($request, $event, $method . '-', $counter, $options);
273
+        $embedObj->processAllRelationships($request, $event, $method.'-', $counter, $options);
274 274
 
275 275
         if ($is_EO) {
276 276
             $this->$method = $embedObj->attributes;
Please login to merge, or discard this patch.