Passed
Push — master ( fa7ac3...812e1d )
by Ferry
04:19
created
src/controllers/DeveloperPluginStoreController.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
             } else {
61 61
                 return cb()->redirectBack("Failed to install/update, can't open the plugin archive");
62 62
             }
63
-        }else{
63
+        } else{
64 64
             return cb()->redirectBack('Failed to install/update, plugin key is not found');
65 65
         }
66 66
     }
Please login to merge, or discard this patch.