Skip to content

Commit 739c502

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

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
*/
66
declare(strict_types=1);
77

8+
namespace Magento\Framework\Lock\Backend;
9+
810
/**
911
* \Magento\Framework\Lock\Backend\Database test case
1012
*/
11-
namespace Magento\Framework\Lock\Backend;
12-
1313
class DatabaseTest extends \PHPUnit\Framework\TestCase
1414
{
1515
/**

lib/internal/Magento/Framework/Lock/Backend/Database.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6-
76
declare(strict_types=1);
7+
88
namespace Magento\Framework\Lock\Backend;
99

1010
use Magento\Framework\App\DeploymentConfig;

lib/internal/Magento/Framework/Lock/LockManagerInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6-
76
declare(strict_types=1);
7+
88
namespace Magento\Framework\Lock;
99

1010
/**

0 commit comments

Comments
 (0)