Passed
Pull Request — master (#221)
by Christopher
06:11
created
src/Models/ObjectMap/Entities/Associations/AssociationStubFactory.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -234,7 +234,7 @@
 block discarded – undo
234 234
                     $segments = explode('.', $this->{$item});
235 235
                     $carry[] = end($segments);
236 236
 
237
-             }
237
+                }
238 238
             return $carry;
239 239
         };
240 240
         return call_user_func($getter->bindTo($relation, Relation::class));
Please login to merge, or discard this patch.