Passed
Push — master ( 421f85...cbe4f4 )
by Mikołaj
03:47
created
src/Controller/BuildsController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,6 +23,6 @@
 block discarded – undo
23 23
     {
24 24
         $lastBuildSlug = $builds->getLastBuildInfoByBranch($branch, $slug)['slug'];
25 25
 
26
-        return $this->redirect('https://www.bitrise.io/build/' . $lastBuildSlug);
26
+        return $this->redirect('https://www.bitrise.io/build/'.$lastBuildSlug);
27 27
     }
28 28
 }
Please login to merge, or discard this patch.