Test Setup Failed
Pull Request — master (#80)
by Alex
03:56
created
src/POData/Providers/Metadata/SimpleMetadataProvider.php 1 patch
Doc Comments   +10 added lines, -15 removed lines patch added patch discarded remove patch
@@ -453,10 +453,9 @@  discard block
 block discarded – undo
453 453
     /**
454 454
      * To add a resource reference property.
455 455
      *
456
-     * @param ResourceType $resourceType The resource type to add the resource
456
+     * @param ResourceType $sourceResourceType The resource type to add the resource
457 457
      *                                        reference property to
458
-     * @param string $name The name of the property to add
459
-     * @param ResourceSet $targetResourceSet The resource set the resource reference
458
+     * @param ResourceSet $targetResourceType The resource set the resource reference
460 459
      *                                        property points to
461 460
      */
462 461
     public function addResourceReferencePropertyBidirectional(
@@ -479,7 +478,7 @@  discard block
 block discarded – undo
479 478
      * To add a navigation property (resource set or resource reference)
480 479
      * to a resource type.
481 480
      *
482
-     * @param ResourceType         $resourceType         The resource type to add
481
+     * @param ResourceType         $sourceResourceType         The resource type to add
483 482
      *                                                   the resource reference
484 483
      *                                                   or resource
485 484
      *                                                   reference set property to
@@ -544,18 +543,16 @@  discard block
 block discarded – undo
544 543
      * To add a navigation property (resource set or resource reference)
545 544
      * to a resource type.
546 545
      *
547
-     * @param ResourceType         $resourceType         The resource type to add
546
+     * @param ResourceType         $sourceResourceType         The resource type to add
548 547
      *                                                   the resource reference
549 548
      *                                                   or resource
550 549
      *                                                   reference set property to
551
-     * @param string               $name                 The name of the
552
-     *                                                   property to add
553
-     * @param ResourceSet          $targetResourceSet    The resource set the
550
+     * @param ResourceSet          $targetResourceType    The resource set the
554 551
      *                                                   resource reference
555 552
      *                                                   or reference
556 553
      *                                                   set property
557 554
      *                                                   points to
558
-     * @param ResourcePropertyKind $resourcePropertyKind The property kind
555
+     * @param ResourcePropertyKind $sourcePropertyKind The property kind
559 556
      */
560 557
     private function _addReferencePropertyInternalBidirectional(
561 558
         ResourceType $sourceResourceType,
@@ -658,10 +655,9 @@  discard block
 block discarded – undo
658 655
     /**
659 656
      * To add a resource reference property.
660 657
      *
661
-     * @param ResourceType $resourceType The resource type to add the resource
658
+     * @param ResourceType $sourceResourceType The resource type to add the resource
662 659
      *                                        reference property to
663
-     * @param string $name The name of the property to add
664
-     * @param ResourceSet $targetResourceSet The resource set the resource reference
660
+     * @param ResourceSet $targetResourceType The resource set the resource reference
665 661
      *                                        property points to
666 662
      */
667 663
     public function addResourceSetReferencePropertyBidirectional(
@@ -683,10 +679,9 @@  discard block
 block discarded – undo
683 679
     /**
684 680
      * To add a resource reference property.
685 681
      *
686
-     * @param ResourceType $resourceType The resource type to add the resource
682
+     * @param ResourceType $sourceResourceType The resource type to add the resource
687 683
      *                                        reference property to
688
-     * @param string $name The name of the property to add
689
-     * @param ResourceSet $targetResourceSet The resource set the resource reference
684
+     * @param ResourceSet $targetResourceType The resource set the resource reference
690 685
      *                                        property points to
691 686
      */
692 687
     public function addResourceReferenceSinglePropertyBidirectional(
Please login to merge, or discard this patch.