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 b63e1c3 commit b5dd546Copy full SHA for b5dd546
app/code/Magento/UrlRewrite/Model/Storage/DbStorage.php
@@ -378,6 +378,7 @@ protected function doReplace(array $urls): array
378
* Searches existing rewrites with same requestPath & store, but ignores ones to be updated.
379
*
380
* @param array $urls
381
+ * @param array $uniqueEntities
382
* @return array
383
*/
384
private function findUrlConflicted(array $urls, array $uniqueEntities): array
@@ -447,7 +448,7 @@ private function upsertMultiple(array $data): void
447
448
* Get filter for url rows deletion due to provided urls
449
450
* @param UrlRewrite[] $urls
- * @return array~/tmp/system.log
451
+ * @return array
452
* @deprecated 101.0.3 Not used anymore.
453
* @see nothing
454
0 commit comments