Passed
Pull Request — master (#5)
by
unknown
02:05
created
src/Gateways/Google.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -106,7 +106,7 @@
 block discarded – undo
106 106
             } else {
107 107
                 throw new \Exception("请求失败 " . $data);
108 108
             }
109
-        }catch (Exception $exception){
109
+        } catch (Exception $exception){
110 110
             throw new \Exception("异常 " . $exception);
111 111
         }
112 112
     }
Please login to merge, or discard this patch.