@@ -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); |
@@ -480,7 +480,7 @@ |
||
480 | 480 | * To add a navigation property (resource set or resource reference) |
481 | 481 | * to a resource type. |
482 | 482 | * |
483 | - * @param ResourceType $sourceresourceType The resource type to add |
|
483 | + * @param ResourceType $sourceResourceType The resource type to add |
|
484 | 484 | * the resource reference |
485 | 485 | * or resource |
486 | 486 | * reference set property to |