@@ -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. |
@@ -297,7 +297,7 @@ discard block |
||
297 | 297 | /** |
298 | 298 | * @param $resourceSet |
299 | 299 | * @param $keyDescriptor |
300 | - * @param $requestMethod |
|
300 | + * @param HTTPRequestMethod $requestMethod |
|
301 | 301 | * @throws ODataException |
302 | 302 | */ |
303 | 303 | protected function checkUriValidForSuppliedVerb($resourceSet, $keyDescriptor, $requestMethod) |
@@ -311,7 +311,7 @@ discard block |
||
311 | 311 | } |
312 | 312 | |
313 | 313 | /** |
314 | - * @param $segment |
|
314 | + * @param SegmentDescriptor $segment |
|
315 | 315 | */ |
316 | 316 | private function executeGetSingleton($segment) |
317 | 317 | { |
@@ -321,7 +321,7 @@ discard block |
||
321 | 321 | } |
322 | 322 | |
323 | 323 | /** |
324 | - * @param $segment |
|
324 | + * @param SegmentDescriptor $segment |
|
325 | 325 | */ |
326 | 326 | private function executeGetResource($segment) |
327 | 327 | { |
@@ -349,7 +349,7 @@ discard block |
||
349 | 349 | } |
350 | 350 | |
351 | 351 | /** |
352 | - * @param $segment |
|
352 | + * @param SegmentDescriptor $segment |
|
353 | 353 | */ |
354 | 354 | private function executeGetLink($segment) |
355 | 355 | { |