We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e634384 commit f4468c1Copy full SHA for f4468c1
src/Illuminate/Cache/RateLimiting/Limit.php
@@ -7,7 +7,7 @@ class Limit
7
/**
8
* The rate limit signature key.
9
*
10
- * @var mixed|string
+ * @var mixed
11
*/
12
public $key;
13
@@ -35,7 +35,7 @@ class Limit
35
36
* Create a new limit instance.
37
38
- * @param mixed|string $key
+ * @param mixed $key
39
* @param int $maxAttempts
40
* @param int $decayMinutes
41
* @return void
@@ -107,7 +107,7 @@ public static function none()
107
108
* Set the key of the rate limit.
109
110
- * @param string $key
111
* @return $this
112
113
public function by($key)
0 commit comments