@@ -6,7 +6,6 @@ |
||
6 | 6 | use AlgoWeb\ODataMetadata\MetadataV3\edm\TComplexTypeType; |
7 | 7 | use AlgoWeb\ODataMetadata\MetadataV3\edm\TEntityTypeType; |
8 | 8 | use POData\Common\InvalidOperationException; |
9 | -use POData\Common\NotImplementedException; |
|
10 | 9 | use POData\Providers\Metadata\Type\IType; |
11 | 10 | use POData\Providers\Metadata\Type\TypeCode; |
12 | 11 |
@@ -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( |