Passed
Push — master ( 879704...9d0d83 )
by Mikołaj
03:59
created
src/Controller/ArtifactsController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -148,7 +148,7 @@
 block discarded – undo
148 148
             [
149 149
                 'error'                   => null,
150 150
                 'build_number'            => $info->build_number,
151
-                'build_url'               => 'https://app.bitrise.io/build/' . $artifact->build_slug,
151
+                'build_url'               => 'https://app.bitrise.io/build/'.$artifact->build_slug,
152 152
                 'commit_view_url'         => $info->commit_view_url,
153 153
                 'expiring_download_url'   => $info->expiring_download_url,
154 154
                 'file_size_bytes'         => $info->file_size_bytes,
Please login to merge, or discard this patch.