Passed
Push — master ( c41cb1...84b849 )
by Andreas
10:10
created
lib/midcom/helper/reflector/copy.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -138,7 +138,7 @@
 block discarded – undo
138 138
             $target->$name = $value;
139 139
         }
140 140
 
141
-        if (   $this->recursive
141
+        if ($this->recursive
142 142
             && $parent_property = self::get_parent_property($source)) {
143 143
 
144 144
             // Copy the link to parent
Please login to merge, or discard this patch.