Completed
Branch master (ffe81d)
by Neomerx
04:33
created
src/Http/BaseResponses.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -168,7 +168,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.