@@ -59,7 +59,7 @@ |
||
59 | 59 | $this->addDocumentation($summary, $longDescription, $NewEntity); |
60 | 60 | $NewEntity->setAbstract($isAbstract); |
61 | 61 | $NewEntity->setBaseType($baseType->getName()); |
62 | - if($isAbstract){ |
|
62 | + if($isAbstract) { |
|
63 | 63 | return [$NewEntity,null]; |
64 | 64 | } |
65 | 65 | $entitySet = new EntitySetAnonymousType(); |