Passed
Push — master ( dbfe72...ef0403 )
by ma
01:54
created
src/Gateways/Line.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -129,7 +129,7 @@
 block discarded – undo
129 129
 
130 130
             /** 解析token值 */
131 131
             $this->token = $this->parseToken($token);
132
-        }else{
132
+        } else{
133 133
             return $this->token;
134 134
         }
135 135
     }
Please login to merge, or discard this patch.