Skip to content

Commit a9fcfa9

Browse files
author
Oleksii Korshenko
committed
MAGETWO-71174: Update doc block information in php classes with @deprecated and @SInCE tags
- updated missing items
1 parent 56af1e7 commit a9fcfa9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/code/Magento/Integration/Model/Oauth/Token/RequestThrottler.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ class RequestThrottler
2323
const USER_TYPE_ADMIN = 3;
2424
/**#@-*/
2525

26-
/**#@-*/
26+
/**
27+
* @var RequestLogReader
28+
* @since 2.0.3
29+
*/
2730
private $requestLogReader;
2831

2932
/**

0 commit comments

Comments
 (0)