Skip to content

Commit c283bba

Browse files
committed
Fix return type in comments
1 parent 218c164 commit c283bba

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Integration/Helper/Oauth

1 file changed

+2
-2
lines changed

app/code/Magento/Integration/Helper/Oauth/Data.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public function getConsumerPostTimeout()
116116
/**
117117
* Get customer token lifetime from config.
118118
*
119-
* @return string hours
119+
* @return numeric hours
120120
*/
121121
public function getCustomerTokenLifetime()
122122
{
@@ -127,7 +127,7 @@ public function getCustomerTokenLifetime()
127127
/**
128128
* Get customer token lifetime from config.
129129
*
130-
* @return string hours
130+
* @return numeric hours
131131
*/
132132
public function getAdminTokenLifetime()
133133
{

0 commit comments

Comments
 (0)