@@ -180,6 +180,7 @@ discard block |
||
180 | 180 | * @param mixed $orderBy sorted order if we want to get the data in some specific order |
181 | 181 | * @param int $top number of records which need to be skip |
182 | 182 | * @param String $skip value indicating what records to skip |
183 | + * @param \POData\UriProcessor\QueryProcessor\SkipTokenParser\SkipTokenInfo $skipToken |
|
183 | 184 | * |
184 | 185 | * @return QueryResult |
185 | 186 | * |
@@ -358,6 +359,7 @@ discard block |
||
358 | 359 | |
359 | 360 | /** |
360 | 361 | * @param $sourceEntityInstance |
362 | + * @param Model $checkInstance |
|
361 | 363 | * @throws ODataException |
362 | 364 | */ |
363 | 365 | private function checkAuth($sourceEntityInstance, $checkInstance = null) |