Test Failed
Push — master ( 486ca0...fc71a9 )
by archer
02:27
created
src/ApiAuth.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -121,7 +121,7 @@
 block discarded – undo
121 121
     protected function createSign(string $appid, int $exp): string
122 122
     {
123 123
         $secret = $this->checkAppId($appid)->secret;
124
-        return sha1($appid . $secret . (string) $exp);
124
+        return sha1($appid . $secret . (string)$exp);
125 125
     }
126 126
 
127 127
     /**
Please login to merge, or discard this patch.