Skip to content

Commit 9accdd4

Browse files
committed
MAGETWO-98151: Add support ZooKeeper locks
1 parent 0f3c125 commit 9accdd4

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

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

Whitespace-only changes.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ private function isAnyLock(string $fullKey, int $indexKey = null): bool
242242

243243
$children = $this->getProvider()->getChildren($parent);
244244

245-
foreach($children as $childKey) {
245+
foreach ($children as $childKey) {
246246

247247
if (is_null($indexKey)) {
248248
return true;

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

Whitespace-only changes.

0 commit comments

Comments
 (0)