@@ -629,7 +629,7 @@ discard block |
||
| 629 | 629 | * @param InternalOrderByInfo $orderBy The orderBy information |
| 630 | 630 | * @param int $top The top count |
| 631 | 631 | * @param int $skip The skip count |
| 632 | - * @param InternalSkipTokenInfo $skipToken The skip token |
|
| 632 | + * @param SkipTokenInfo $skipToken The skip token |
|
| 633 | 633 | * |
| 634 | 634 | * @return QueryResult |
| 635 | 635 | */ |
@@ -832,7 +832,7 @@ discard block |
||
| 832 | 832 | |
| 833 | 833 | /** |
| 834 | 834 | * @param ResourceSet $resourceSet The entity set containing the entity to fetch |
| 835 | - * @param object $sourceEntityInstance The source entity instance |
|
| 835 | + * @param KeyDescriptor $sourceEntityInstance The source entity instance |
|
| 836 | 836 | * @param object $data The New data for the entity instance. |
| 837 | 837 | * |
| 838 | 838 | * returns object|null returns the newly created model if successful, or null if model creation failed. |
@@ -321,7 +321,7 @@ |
||
| 321 | 321 | /** |
| 322 | 322 | * @param $resourceSet |
| 323 | 323 | * @param $keyDescriptor |
| 324 | - * @param $requestMethod |
|
| 324 | + * @param HTTPRequestMethod $requestMethod |
|
| 325 | 325 | * @throws ODataException |
| 326 | 326 | */ |
| 327 | 327 | protected function checkUriValidForSuppliedVerb($resourceSet, $keyDescriptor, $requestMethod) |