@@ -414,8 +414,8 @@ |
||
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 | { |
@@ -354,7 +354,7 @@ |
||
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 |