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