@@ -59,8 +59,8 @@ |
||
| 59 | 59 | $this->addDocumentation($summary, $longDescription, $NewEntity); |
| 60 | 60 | $NewEntity->setAbstract($isAbstract); |
| 61 | 61 | $NewEntity->setBaseType($baseType->getName()); |
| 62 | - if($isAbstract){ |
|
| 63 | - return [$NewEntity,null]; |
|
| 62 | + if ($isAbstract) { |
|
| 63 | + return [$NewEntity, null]; |
|
| 64 | 64 | } |
| 65 | 65 | $entitySet = new EntitySetAnonymousType(); |
| 66 | 66 | $entitySet->setName(Str::plural($NewEntity->getName())); |
@@ -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(); |