Test Failed
Push — development ( 0941b4...fab1d9 )
by Ashutosh
11:18 queued 02:00
created
app/Http/Controllers/Product/BaseProductController.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
                     <button type=button class=close data-dismiss=alert aria-hidden=true>&times;</button>
59 59
                         './* @scrutinizer ignore-type */\Lang::get('message.deleted-successfully').'
60 60
                 </div>';
61
-        } else{
61
+        } else {
62 62
             echo "<div class='alert alert-success alert-dismissable'>
63 63
                     <i class='fa fa-ban'></i>
64 64
                     <b>"./* @scrutinizer ignore-type */ \Lang::get('message.alert').'!</b> '.
Please login to merge, or discard this patch.
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@  discard block
 block discarded – undo
58 58
                     <button type=button class=close data-dismiss=alert aria-hidden=true>&times;</button>
59 59
                         './* @scrutinizer ignore-type */\Lang::get('message.deleted-successfully').'
60 60
                 </div>';
61
-        } else{
61
+        } else {
62 62
             echo "<div class='alert alert-success alert-dismissable'>
63 63
                     <i class='fa fa-ban'></i>
64 64
                     <b>"./* @scrutinizer ignore-type */ \Lang::get('message.alert').'!</b> '.
@@ -166,7 +166,8 @@  discard block
 block discarded – undo
166 166
 
167 167
     public function getRelease($owner, $repository, $order_id, $file)
168 168
     {
169
-        if ($owner && $repository) {//If the Product is downloaded from Github
169
+        if ($owner && $repository) {
170
+//If the Product is downloaded from Github
170 171
             $github_controller = new \App\Http\Controllers\Github\GithubController();
171 172
             $relese = $github_controller->listRepositories($owner, $repository, $order_id);
172 173
 
Please login to merge, or discard this patch.