@@ -892,6 +892,9 @@ |
||
892 | 892 | return [$odataPropertyContent, $navigationProperties]; |
893 | 893 | } |
894 | 894 | |
895 | + /** |
|
896 | + * @param ResourcePropertyKind $resourceKind |
|
897 | + */ |
|
895 | 898 | public static function isMatchPrimitive($resourceKind) |
896 | 899 | { |
897 | 900 | if (16 > $resourceKind) { |
@@ -804,7 +804,7 @@ |
||
804 | 804 | |
805 | 805 | /** |
806 | 806 | * @param ResourceSet $resourceSet The entity set containing the entity to fetch |
807 | - * @param object $sourceEntityInstance The source entity instance |
|
807 | + * @param KeyDescriptor $sourceEntityInstance The source entity instance |
|
808 | 808 | * @param object $data The New data for the entity instance. |
809 | 809 | * |
810 | 810 | * returns object|null returns the newly created model if sucessful or null if model creation failed. |
@@ -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( |
@@ -113,7 +113,7 @@ discard block |
||
113 | 113 | /** |
114 | 114 | * Required parameter list |
115 | 115 | * |
116 | - * @return array |
|
116 | + * @return \AlgoWeb\ODataMetadata\MetadataV3\edm\TFunctionImportParameterType[] |
|
117 | 117 | */ |
118 | 118 | public function getParms() |
119 | 119 | { |
@@ -121,7 +121,6 @@ discard block |
||
121 | 121 | } |
122 | 122 | |
123 | 123 | /** |
124 | - * @param array $parms |
|
125 | 124 | * @return ResourceType |
126 | 125 | */ |
127 | 126 | public function getResourceType() |
@@ -145,7 +144,7 @@ discard block |
||
145 | 144 | } |
146 | 145 | |
147 | 146 | /** |
148 | - * @param $func |
|
147 | + * @param string $func |
|
149 | 148 | */ |
150 | 149 | private function checkBlacklist($func, $fromArray = false) |
151 | 150 | { |