Completed
Pull Request — master (#12)
by Alex
03:27
created
src/Query/LaravelQuery.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -313,7 +313,7 @@  discard block
 block discarded – undo
313 313
     }
314 314
     /**
315 315
      * Delete resource from a resource set.
316
-     * @param ResourceSet|null $resourceSet
316
+     * @param ResourceSet|null $sourceResourceSet
317 317
      * @param object           $sourceEntityInstance
318 318
      *
319 319
      * return bool true if resources sucessfully deteled, otherwise false.
@@ -361,8 +361,8 @@  discard block
 block discarded – undo
361 361
     /**
362 362
      * @param $sourceEntityInstance
363 363
      * @param $data
364
-     * @param $class
365
-     * @param $verb
364
+     * @param string $class
365
+     * @param string $verb
366 366
      * @return array|mixed
367 367
      * @throws ODataException
368 368
      * @throws \POData\Common\InvalidOperationException
Please login to merge, or discard this patch.