@@ -410,7 +410,7 @@ |
||
410 | 410 | $this->topLevelComparisonFunction = $this->comparisonFunctions[0]; |
411 | 411 | } else { |
412 | 412 | $funcList = $this->comparisonFunctions; |
413 | - $this->topLevelComparisonFunction = function ($object1, $object2) use ($funcList) { |
|
413 | + $this->topLevelComparisonFunction = function($object1, $object2) use ($funcList) { |
|
414 | 414 | $ret = 0; |
415 | 415 | foreach ($funcList as $f) { |
416 | 416 | $ret = $f($object1, $object2); |
@@ -453,10 +453,9 @@ discard block |
||
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 |
||
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 |
||
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 |
||
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 |
||
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( |