|
@@ -111,7 +111,7 @@ discard block |
|
|
block discarded – undo |
|
111
|
111
|
*/ |
|
112
|
112
|
public function getSelfSubLink($resource) |
|
113
|
113
|
{ |
|
114
|
|
- return new Link($this->selfSubUrl . $this->getId($resource)); |
|
|
114
|
+ return new Link($this->selfSubUrl.$this->getId($resource)); |
|
115
|
115
|
} |
|
116
|
116
|
|
|
117
|
117
|
/** |
|
@@ -237,7 +237,7 @@ discard block |
|
|
block discarded – undo |
|
237
|
237
|
$links = $this->getValue($description, self::LINKS, []); |
|
238
|
238
|
if ($isShowSelf === true && isset($links[LinkInterface::SELF]) === false) { |
|
239
|
239
|
$links[LinkInterface::SELF] = $this->factory->createLink( |
|
240
|
|
- DocumentInterface::KEYWORD_RELATIONSHIPS. '/'.$relationshipName |
|
|
240
|
+ DocumentInterface::KEYWORD_RELATIONSHIPS.'/'.$relationshipName |
|
241
|
241
|
); |
|
242
|
242
|
} |
|
243
|
243
|
if ($isShowRelated === true && isset($links[LinkInterface::RELATED]) === false) { |
Please login to merge, or discard this patch.