Passed
Pull Request — master (#1)
by
unknown
03:07
created
src/classes/Instamojo.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -118,8 +118,7 @@
 block discarded – undo
118 118
             if($error_number == 60){
119 119
                 throw new \Exception("Something went wrong. cURL raised an error with number: $error_number and message: $error_message. " .
120 120
                     "Please check http://stackoverflow.com/a/21114601/846892 for a fix." . PHP_EOL);
121
-            }
122
-            else{
121
+            } else{
123 122
                 throw new \Exception("Something went wrong. cURL raised an error with number: $error_number and message: $error_message." . PHP_EOL);
124 123
             }
125 124
         }
Please login to merge, or discard this patch.