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 44fcc48 commit 87d5775Copy full SHA for 87d5775
app/code/Magento/UrlRewrite/Model/Storage/DbStorage.php
@@ -87,15 +87,15 @@ protected function prepareSelect(array $data)
87
}
88
89
/**
90
- * {@inheritdoc}
+ * @inheritdoc
91
*/
92
protected function doFindAllByData(array $data)
93
{
94
return $this->connection->fetchAll($this->prepareSelect($data));
95
96
97
98
99
100
protected function doFindOneByData(array $data)
101
@@ -299,7 +299,7 @@ protected function createFilterDataBasedOnUrls($urls)
299
300
301
302
303
304
public function deleteByData(array $data)
305
0 commit comments