File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ class RateLimit extends AbstractApi
21
21
/**
22
22
* Get rate limits data in an array.
23
23
*
24
- * @deprecated 2.10 .. Use `->getResources()` instead
24
+ * @deprecated since 2.11.0 .. Use `->getResources()` instead
25
25
*
26
26
* @return array
27
27
*/
@@ -83,7 +83,7 @@ protected function fetchLimits()
83
83
/**
84
84
* Get core rate limit.
85
85
*
86
- * @deprecated 2.10 .. Use `->getResource('core')->getLimit()` instead
86
+ * @deprecated since 2.11.0 .. Use `->getResource('core')->getLimit()` instead
87
87
*
88
88
* @return int
89
89
*/
@@ -95,7 +95,7 @@ public function getCoreLimit()
95
95
/**
96
96
* Get search rate limit.
97
97
*
98
- * @deprecated 2.10 .. Use `->getResource('core')->getLimit()` instead
98
+ * @deprecated since 2.11.0 .. Use `->getResource('core')->getLimit()` instead
99
99
*
100
100
* @return int
101
101
*/
You can’t perform that action at this time.
0 commit comments