@@ -91,7 +91,7 @@ |
||
| 91 | 91 | $hasExpanded = null !== $link->getExpandedResult(); |
| 92 | 92 | |
| 93 | 93 | $isEntry = ($link->getExpandedResult() ? $link->getExpandedResult()->getData() : null) |
| 94 | - instanceof ODataEntry; |
|
| 94 | + instanceof ODataEntry; |
|
| 95 | 95 | |
| 96 | 96 | if ($hasExpanded) { |
| 97 | 97 | if ($isEntry) { |
@@ -77,10 +77,10 @@ discard block |
||
| 77 | 77 | * @return bool true on success and false on failure |
| 78 | 78 | */ |
| 79 | 79 | public function associate(ResourceSet $primaryResourceSet, |
| 80 | - KeyDescriptor $primaryKeyDescriptor, |
|
| 81 | - ResourceSet $secondaryResourceSet, |
|
| 82 | - KeyDescriptor $secondaryKeyDescriptor, |
|
| 83 | - string $propertyOnPrimary): bool; |
|
| 80 | + KeyDescriptor $primaryKeyDescriptor, |
|
| 81 | + ResourceSet $secondaryResourceSet, |
|
| 82 | + KeyDescriptor $secondaryKeyDescriptor, |
|
| 83 | + string $propertyOnPrimary): bool; |
|
| 84 | 84 | |
| 85 | 85 | /** |
| 86 | 86 | * @param ResourceSet $primaryResourceSet |
@@ -104,7 +104,7 @@ discard block |
||
| 104 | 104 | * @return bool |
| 105 | 105 | */ |
| 106 | 106 | public function updateProperty(ResourceSet $resourceSet, |
| 107 | - KeyDescriptor $keyDescriptor, |
|
| 108 | - string $propertyName, |
|
| 109 | - $propertyValue): bool ; |
|
| 107 | + KeyDescriptor $keyDescriptor, |
|
| 108 | + string $propertyName, |
|
| 109 | + $propertyValue): bool ; |
|
| 110 | 110 | } |
| 111 | 111 | \ No newline at end of file |