Skip to content

Commit d8b2f12

Browse files
author
Bohdan Korablov
committed
MAGETWO-94369: [Forwardport] Move cron improvements from 2.2 to 2.3
1 parent 7afe6ce commit d8b2f12

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

dev/tests/integration/testsuite/Magento/Framework/Lock/Backend/DatabaseTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
declare(strict_types=1);
67

78
/**
89
* \Magento\Framework\Lock\Backend\Database test case

lib/internal/Magento/Framework/Lock/Test/Unit/Backend/DatabaseTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
declare(strict_types=1);
7+
68
namespace Magento\Framework\Lock\Test\Unit\Backend;
79

810
use Magento\Framework\Lock\Backend\Database;

0 commit comments

Comments
 (0)