Passed
Push — master ( f63467...cbae16 )
by Jonas
02:07
created
src/HasRelationships.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
78 78
      */
79 79
     protected function hasOneOrManyDeepThroughParents(array $through)
80 80
     {
81
-        return array_map(function ($class) {
81
+        return array_map(function($class) {
82 82
             $segments = preg_split('/\s+(as|from)\s+/i', $class, -1, PREG_SPLIT_DELIM_CAPTURE);
83 83
 
84 84
             $instance = $this->newRelatedDeepThroughInstance($segments[0]);
Please login to merge, or discard this patch.