@@ -184,6 +184,7 @@ discard block |
||
184 | 184 | * @param mixed $orderBy sorted order if we want to get the data in some specific order |
185 | 185 | * @param int $top number of records which need to be skip |
186 | 186 | * @param String $skip value indicating what records to skip |
187 | + * @param SkipTokenInfo $skipToken |
|
187 | 188 | * |
188 | 189 | * @return QueryResult |
189 | 190 | * |
@@ -362,6 +363,7 @@ discard block |
||
362 | 363 | |
363 | 364 | /** |
364 | 365 | * @param $sourceEntityInstance |
366 | + * @param Model $checkInstance |
|
365 | 367 | * @throws ODataException |
366 | 368 | */ |
367 | 369 | private function checkAuth($sourceEntityInstance, $checkInstance = null) |