Skip to content

Commit 9b84332

Browse files
author
Oleksandr Dubovyk
committed
MAGETWO-93188: Product date attribute: An error displays for default date greater than 12 with local using dd/mm/yyyy
- Fixed static test strict type missing
1 parent cbcba25 commit 9b84332

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dev/tests/integration/testsuite/Magento/Eav/Model/Entity/AttributeTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
7+
declare(strict_types=1);
8+
69
namespace Magento\Eav\Model\Entity;
710

811
use Magento\TestFramework\Helper\Bootstrap;

0 commit comments

Comments
 (0)