We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a562b15 commit a22f78eCopy full SHA for a22f78e
app/code/Magento/UrlRewrite/Model/Storage/DbStorage.php
@@ -282,7 +282,9 @@ protected function doReplace(array $urls): array
282
$this->insertMultiple($data);
283
284
$this->connection->commit();
285
+ // @codingStandardsIgnoreStart
286
} catch (\Magento\Framework\Exception\AlreadyExistsException $e) {
287
+ // @codingStandardsIgnoreEnd
288
$this->connection->rollBack();
289
290
/** @var \Magento\UrlRewrite\Service\V1\Data\UrlRewrite[] $urlConflicted */
0 commit comments