Skip to content

Commit 2f8e42b

Browse files
committed
Static test fix
1 parent bf70f1b commit 2f8e42b

File tree

1 file changed

+3
-1
lines changed
  • app/code/Magento/Eav/Model/Entity/Attribute/Backend

1 file changed

+3
-1
lines changed

app/code/Magento/Eav/Model/Entity/Attribute/Backend/Datetime.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
namespace Magento\Eav\Model\Entity\Attribute\Backend;
88

99
/**
10+
* Prepare date for save in DB
11+
*
1012
* @api
1113
* @since 100.0.2
1214
*/
@@ -61,7 +63,7 @@ public function beforeSave($object)
6163
/**
6264
* Prepare date for save in DB
6365
*
64-
* string format is used in input fields (all date input fields need apply locale settings)
66+
* String format is used in input fields (all date input fields need apply locale settings)
6567
* int (Unix) format can be used in other parts of the code
6668
*
6769
* @param string|int|\DateTimeInterface $date

0 commit comments

Comments
 (0)