@@ -276,7 +276,7 @@ |
||
| 276 | 276 | $type = null; |
| 277 | 277 | if ($typeKind == ResourceTypeKind::ENTITY) { |
| 278 | 278 | $oet = $this->metadataManager->addEntityType($name); |
| 279 | - assert($oet instanceof TEntityTypeType, "Entity type ".$name. " not successfully added"); |
|
| 279 | + assert($oet instanceof TEntityTypeType, "Entity type " . $name . " not successfully added"); |
|
| 280 | 280 | $type = new ResourceEntityType($refClass, $oet, $this); |
| 281 | 281 | $this->OdataEntityMap[$type->getFullName()] = $oet; |
| 282 | 282 | } elseif ($typeKind == ResourceTypeKind::COMPLEX) { |
@@ -124,7 +124,7 @@ |
||
| 124 | 124 | * @param ResourceEntityType $resourceType Resource type for the source end |
| 125 | 125 | * @param ResourceProperty $resourceProperty Resource property for the source end |
| 126 | 126 | * |
| 127 | - * @return ResourceAssociationTypeEndRelated Association type end for the |
|
| 127 | + * @return ResourceAssociationTypeEnd|null Association type end for the |
|
| 128 | 128 | * given parameters |
| 129 | 129 | */ |
| 130 | 130 | public function getRelatedResourceAssociationSetEnd( |