Passed
Branch master (8c5bcb)
by xu
14:59
created
src/Middlewares/ThrottleRequests.php 1 patch
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.