Passed
Push — master ( 61f080...c2fff9 )
by xu
04:40 queued 50s
created
src/Middlewares/ThrottleRequests.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -25,8 +25,8 @@
 block discarded – undo
25 25
      *
26 26
      * @param \Illuminate\Http\Request $request
27 27
      * @param \Closure                 $next
28
-     * @param int|string               $maxAttempts
29
-     * @param float|int                $decayMinutes
28
+     * @param integer               $maxAttempts
29
+     * @param integer                $decayMinutes
30 30
      *
31 31
      * @return mixed
32 32
      *
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use Godruoyi\Tencent007\Client;
15 15
 use Godruoyi\Tencent007\Exceptions\NeedCaptchaAuthException;
16 16
 use Godruoyi\Tencent007\Exceptions\RequestNotPassedException;
17
-use Godruoyi\Tencent007\Exceptions\ToManyAttemptException;
18 17
 use Godruoyi\Tencent007\Response as Tencent007Response;
19 18
 use Illuminate\Routing\Middleware\ThrottleRequests as BaseThrottleRequests;
20 19
 
Please login to merge, or discard this patch.