Passed
Pull Request — master (#139)
by
unknown
02:50
created
src/Page/CKANRegistryPageController.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@  discard block
 block discarded – undo
44 44
             'resourceName' => $resource->ResourceName,
45 45
             'basePath' => $this->getBasePath($holder),
46 46
             'fields' => array_map(
47
-                function (ResourceField $field) {
47
+                function(ResourceField $field) {
48 48
                     return [
49 49
                         'OriginalLabel' => $field->OriginalLabel,
50 50
                         'ReadableLabel' => $field->ReadableLabel,
@@ -80,6 +80,6 @@  discard block
 block discarded – undo
80 80
         }
81 81
 
82 82
         $link = $holder->RelativeLink();
83
-        return Director::baseURL() . trim($link, '/');
83
+        return Director::baseURL().trim($link, '/');
84 84
     }
85 85
 }
Please login to merge, or discard this patch.