|
@@ -64,7 +64,7 @@ discard block |
|
|
block discarded – undo |
|
64
|
64
|
$newEntity->setName($name); |
|
65
|
65
|
$this->addDocumentation($summary, $longDescription, $newEntity); |
|
66
|
66
|
$newEntity->setAbstract($isAbstract); |
|
67
|
|
- $newEntity->setBaseType(null === $baseType ? null:$this->getNamespace() . $baseType->getName()); |
|
|
67
|
+ $newEntity->setBaseType(null === $baseType ? null : $this->getNamespace() . $baseType->getName()); |
|
68
|
68
|
|
|
69
|
69
|
$entitySet = new EntitySetAnonymousType(); |
|
70
|
70
|
$entitySet->setName(Str::plural($newEntity->getName())); |
|
@@ -369,7 +369,7 @@ discard block |
|
|
block discarded – undo |
|
369
|
369
|
|
|
370
|
370
|
$namespace = $this->getNamespace(); |
|
371
|
371
|
$typeName = $expectedReturnType->getName(); |
|
372
|
|
- $fqTypeName = $namespace.$typeName; |
|
|
372
|
+ $fqTypeName = $namespace . $typeName; |
|
373
|
373
|
$fqSetName = ($entitySet == null) ? $typeName : $entitySet->getName(); |
|
374
|
374
|
|
|
375
|
375
|
$returnType = new TFunctionImportReturnTypeType(); |
Please login to merge, or discard this patch.