@@ -97,7 +97,7 @@ |
||
| 97 | 97 | public function getMediaType(): string |
| 98 | 98 | { |
| 99 | 99 | if ($this->mediaType === null) { |
| 100 | - $this->mediaType = $this->getType() . '/' . $this->getSubType(); |
|
| 100 | + $this->mediaType = $this->getType().'/'.$this->getSubType(); |
|
| 101 | 101 | } |
| 102 | 102 | |
| 103 | 103 | return $this->mediaType; |
@@ -168,7 +168,7 @@ |
||
| 168 | 168 | { |
| 169 | 169 | $resSubUrl = $this->getSchemaContainer()->getSchema($resource)->getSelfSubLink($resource)->getSubHref(); |
| 170 | 170 | $urlPrefix = $this->getUrlPrefix(); |
| 171 | - $location = $urlPrefix . $resSubUrl; |
|
| 171 | + $location = $urlPrefix.$resSubUrl; |
|
| 172 | 172 | |
| 173 | 173 | return $location; |
| 174 | 174 | } |