@@ -966,7 +966,7 @@ |
||
966 | 966 | } |
967 | 967 | /** |
968 | 968 | * @param ResourceSet $resourceSet The entity set containing the entity to fetch |
969 | - * @param object $sourceEntityInstance The source entity instance |
|
969 | + * @param KeyDescriptor $sourceEntityInstance The source entity instance |
|
970 | 970 | * @param object $data The New data for the entity instance. |
971 | 971 | * |
972 | 972 | * returns object|null returns the newly created model if sucessful or null if model creation failed. |
@@ -170,7 +170,7 @@ discard block |
||
170 | 170 | * Pushes a segment for the root of the tree |
171 | 171 | * Note: Calls to this method should be balanced with calls to popSegment. |
172 | 172 | * |
173 | - * @return bool true if the segment was pushed, false otherwise |
|
173 | + * @return boolean|null true if the segment was pushed, false otherwise |
|
174 | 174 | */ |
175 | 175 | private function pushSegmentForRoot() |
176 | 176 | { |
@@ -189,7 +189,7 @@ discard block |
||
189 | 189 | * @param ResourceProperty &$resourceProperty Current navigation property |
190 | 190 | * being written out |
191 | 191 | * |
192 | - * @return bool true if a segment was pushed, false otherwise |
|
192 | + * @return boolean|null true if a segment was pushed, false otherwise |
|
193 | 193 | * |
194 | 194 | * @throws InvalidOperationException If this function invoked with non-navigation |
195 | 195 | * property instance |
@@ -277,7 +277,7 @@ discard block |
||
277 | 277 | * @param ResourceSetWrapper &$resourceSetWrapper The resource set wrapper |
278 | 278 | * to push |
279 | 279 | * |
280 | - * @return bool true if the segment was push, false otherwise |
|
280 | + * @return boolean|null true if the segment was push, false otherwise |
|
281 | 281 | */ |
282 | 282 | private function pushSegment($segmentName, ResourceSetWrapper &$resourceSetWrapper) |
283 | 283 | { |
@@ -301,7 +301,7 @@ discard block |
||
301 | 301 | } |
302 | 302 | |
303 | 303 | /** |
304 | - * @param $expandedProjectionNode |
|
304 | + * @param ExpandedProjectionNode $expandedProjectionNode |
|
305 | 305 | * @param $entry |
306 | 306 | * @return null|\object[] |
307 | 307 | */ |
@@ -327,10 +327,10 @@ discard block |
||
327 | 327 | } |
328 | 328 | |
329 | 329 | /** |
330 | - * @param $expandedProjectionNode |
|
330 | + * @param ExpandedProjectionNode $expandedProjectionNode |
|
331 | 331 | * @param $entry |
332 | - * @param $resourceType |
|
333 | - * @param $expandedPropertyName |
|
332 | + * @param \POData\Providers\Metadata\ResourceType $resourceType |
|
333 | + * @param string $expandedPropertyName |
|
334 | 334 | * @throws InvalidOperationException |
335 | 335 | * @throws \POData\Common\ODataException |
336 | 336 | */ |
@@ -360,9 +360,9 @@ discard block |
||
360 | 360 | /** |
361 | 361 | * @param $entry |
362 | 362 | * @param $result |
363 | - * @param $expandedProjectionNode |
|
364 | - * @param $resourceType |
|
365 | - * @param $expandedPropertyName |
|
363 | + * @param ExpandedProjectionNode $expandedProjectionNode |
|
364 | + * @param \POData\Providers\Metadata\ResourceType $resourceType |
|
365 | + * @param string $expandedPropertyName |
|
366 | 366 | * @throws InvalidOperationException |
367 | 367 | */ |
368 | 368 | private function executeCollectionExpansionProcessExpansion( |