Skip to content

Commit 87d5775

Browse files
author
Oleksandr Iegorov
committed
MAGETWO-97210: Add Product by SKU to category causes the browser to hang
1 parent 44fcc48 commit 87d5775

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,15 @@ protected function prepareSelect(array $data)
8787
}
8888

8989
/**
90-
* {@inheritdoc}
90+
* @inheritdoc
9191
*/
9292
protected function doFindAllByData(array $data)
9393
{
9494
return $this->connection->fetchAll($this->prepareSelect($data));
9595
}
9696

9797
/**
98-
* {@inheritdoc}
98+
* @inheritdoc
9999
*/
100100
protected function doFindOneByData(array $data)
101101
{
@@ -299,7 +299,7 @@ protected function createFilterDataBasedOnUrls($urls)
299299
}
300300

301301
/**
302-
* {@inheritdoc}
302+
* @inheritdoc
303303
*/
304304
public function deleteByData(array $data)
305305
{

0 commit comments

Comments
 (0)