Test Setup Failed
Pull Request — master (#58)
by Christopher
03:27
created
src/Models/MetadataTrait.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -414,8 +414,8 @@
 block discarded – undo
414 414
      * @param $first
415 415
      * @param $property
416 416
      * @param $last
417
-     * @param $mult
418
-     * @param $targ
417
+     * @param string $mult
418
+     * @param string $targ
419 419
      */
420 420
     private function addRelationsHook(&$hooks, $first, $property, $last, $mult, $targ)
421 421
     {
Please login to merge, or discard this patch.
src/Query/LaravelQuery.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -354,7 +354,7 @@
 block discarded – undo
354 354
      * @param ResourceSet $sourceResourceSet
355 355
      * @param $sourceEntityInstance
356 356
      * @param $data
357
-     * @param $verb
357
+     * @param string $verb
358 358
      * @return mixed
359 359
      * @throws ODataException
360 360
      * @throws \POData\Common\InvalidOperationException
Please login to merge, or discard this patch.