Passed
Push — master ( 5ddfed...8c3fc7 )
by Andreas
03:56
created
src/mgdschema/manager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@
 block discarded – undo
75 75
 
76 76
         $fqcn = $this->get_fcqn($property->link['target']);
77 77
 
78
-        if (   array_key_exists($fqcn, $this->types)
78
+        if (array_key_exists($fqcn, $this->types)
79 79
             || $property->link['target'] === $property->get_parent()->name) {
80 80
             $target_class = $property->link['target'];
81 81
         } else {
Please login to merge, or discard this patch.