@@ -75,7 +75,7 @@ |
||
| 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 { |