Skip to content

Commit cccc740

Browse files
Yaroslav VoronoySergey Nosov
authored andcommitted
MAGETWO-50608: [Github][Security] Able to brute force API token access
1 parent ae1c138 commit cccc740

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/code/Magento/Integration/Model/Oauth/Token/RequestLog/WriterInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ interface WriterInterface
1616
*
1717
* @param string $userName
1818
* @param int $userType
19-
* @param return void
2019
* @return void
2120
*/
2221
public function resetFailuresCount($userName, $userType);
@@ -26,7 +25,6 @@ public function resetFailuresCount($userName, $userType);
2625
*
2726
* @param string $userName
2827
* @param int $userType
29-
* @param return void
3028
* @return void
3129
*/
3230
public function incrementFailuresCount($userName, $userType);

0 commit comments

Comments
 (0)