Test Failed
Pull Request — master (#73)
by Alex
02:54
created
src/Query/LaravelReadQuery.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -184,6 +184,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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)
Please login to merge, or discard this patch.