Skip to content

Commit a22f78e

Browse files
committed
1 parent a562b15 commit a22f78e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/UrlRewrite/Model/Storage/DbStorage.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,9 @@ protected function doReplace(array $urls): array
282282
$this->insertMultiple($data);
283283

284284
$this->connection->commit();
285+
// @codingStandardsIgnoreStart
285286
} catch (\Magento\Framework\Exception\AlreadyExistsException $e) {
287+
// @codingStandardsIgnoreEnd
286288
$this->connection->rollBack();
287289

288290
/** @var \Magento\UrlRewrite\Service\V1\Data\UrlRewrite[] $urlConflicted */

0 commit comments

Comments
 (0)