Completed
Pull Request — master (#79)
by
unknown
07:08
created
Events/CheckedRateLimitEvent.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -15,6 +15,9 @@
 block discarded – undo
15 15
     /** @var null|RateLimit */
16 16
     protected $rateLimit;
17 17
 
18
+    /**
19
+     * @param RateLimit|null $rateLimit
20
+     */
18 21
     public function __construct(Request $request, ?RateLimit $rateLimit)
19 22
     {
20 23
         $this->request = $request;
Please login to merge, or discard this patch.