Skip to content

Commit ea12e80

Browse files
committed
Fix static error in class property short description
1 parent 0d3ee81 commit ea12e80

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Integration/Model/ResourceModel/Oauth

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Token extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb
2121
protected $_dateTime;
2222

2323
/**
24-
* Date
24+
* Date Formatting
2525
*
2626
* @var \Magento\Framework\Stdlib\DateTime\DateTime
2727
*/

0 commit comments

Comments
 (0)