Skip to content

Commit 867925d

Browse files
authored
Fixed docblock type hint
1 parent fc5ff12 commit 867925d

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 numeric hours
119+
* @return float 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 numeric hours
130+
* @return float hours
131131
*/
132132
public function getAdminTokenLifetime()
133133
{

0 commit comments

Comments
 (0)